Commit 82d6b404 authored by Jason R. Coombs's avatar Jason R. Coombs

Use the logic already vetted for determining ascii context.

parent 85794957
......@@ -170,7 +170,7 @@ class TestEasyInstallTest:
sdist_zip.close()
return str(sdist)
@pytest.mark.xfail(os.environ.get('LANG') == 'C',
@pytest.mark.xfail(setuptools.tests.is_ascii,
reason="https://github.com/pypa/setuptools/issues/706")
def test_unicode_filename_in_sdist(self, sdist_unicode, tmpdir, monkeypatch):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment