summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-01 13:20:47 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-01 13:20:47 -0500
commit9812d05d89a86aeff7478f401097b5f957babb6f (patch)
tree24dafcc59265fa47e40b320a8b7f8b1e00dde88b
parent76499e99b361c1f04bf3a5bdbaaccc4ac25528ad (diff)
downloadpython-setuptools-bitbucket-9812d05d89a86aeff7478f401097b5f957babb6f.tar.gz
WTF
-rw-r--r--setuptools/tests/test_sdist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/test_sdist.py b/setuptools/tests/test_sdist.py
index cc7661e6..4d100fad 100644
--- a/setuptools/tests/test_sdist.py
+++ b/setuptools/tests/test_sdist.py
@@ -152,6 +152,7 @@ class TestSdistTest:
@pytest.mark.xfail(is_ascii, reason="Test fails in this locale")
def test_manifest_is_written_with_utf8_encoding(self):
# Test for #303.
+ assert not is_ascii
dist = Distribution(SETUP_ATTRS)
dist.script_name = 'setup.py'
mm = manifest_maker(dist)