Commit 2e8a63bd authored by Jason R. Coombs's avatar Jason R. Coombs

Mark test as xfail. Ref #706.

parent 3f6926a9
......@@ -170,6 +170,8 @@ class TestEasyInstallTest:
sdist_zip.close()
return str(sdist)
@pytest.mark.xfail(os.environ.get('LANG') == 'C',
reason="https://github.com/pypa/setuptools/issues/706")
def test_unicode_filename_in_sdist(self, sdist_unicode, tmpdir, monkeypatch):
"""
The install command should execute correctly even if
......
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