diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 14:08:43 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 14:08:43 -0500 |
| commit | dc67e7816dcc9f2f5d2056fe4b4613c74fe1e0d3 (patch) | |
| tree | 080048c4138534a8844257311828b10ce7f18fc2 | |
| parent | 8e0ac92076007aa6e49f22029003b9618605c996 (diff) | |
| download | python-setuptools-git-dc67e7816dcc9f2f5d2056fe4b4613c74fe1e0d3.tar.gz | |
Expect fail when LC_ALL=C
| -rw-r--r-- | setuptools/tests/test_sdist.py | 1 |
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) |
