summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-01 14:08:43 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-01 14:08:43 -0500
commita706207e25b3e3e45b0fd50370249306979ff757 (patch)
treeb93602eb550cfea9028b4de480991a6a694933ae
parent0ef408b60d8fdee25d359fb15bef14a83a9305e5 (diff)
downloadpython-setuptools-bitbucket-a706207e25b3e3e45b0fd50370249306979ff757.tar.gz
Expect fail when LC_ALL=C
-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 2b4d5207..ec3c8aa9 100644
--- a/setuptools/tests/test_sdist.py
+++ b/setuptools/tests/test_sdist.py
@@ -187,6 +187,7 @@ class TestSdistTest:
assert posix(filename) in u_contents
@py3_only
+ @fail_on_ascii
def test_write_manifest_allows_utf8_filenames(self):
# Test for #303.
dist = Distribution(SETUP_ATTRS)