diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:20:47 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:20:47 -0500 |
| commit | 2e46cd7f81c5cf46ae45f8d7687ed4a4f9132a76 (patch) | |
| tree | 2efcabc2ef5e388e50abf3187c4f8d072c51b663 /setuptools/tests/test_sdist.py | |
| parent | e7fdbbf85712acea80a591d2ec079b5349a53129 (diff) | |
| download | python-setuptools-git-2e46cd7f81c5cf46ae45f8d7687ed4a4f9132a76.tar.gz | |
WTF
Diffstat (limited to 'setuptools/tests/test_sdist.py')
| -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 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) |
