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
commitdc67e7816dcc9f2f5d2056fe4b4613c74fe1e0d3 (patch)
tree080048c4138534a8844257311828b10ce7f18fc2
parent8e0ac92076007aa6e49f22029003b9618605c996 (diff)
downloadpython-setuptools-git-dc67e7816dcc9f2f5d2056fe4b4613c74fe1e0d3.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)