Commit 6a4e5446 authored by Jason R. Coombs's avatar Jason R. Coombs

Try only applying one xfail.

parent 8d1349a2
...@@ -171,8 +171,9 @@ class TestEasyInstallTest: ...@@ -171,8 +171,9 @@ class TestEasyInstallTest:
return str(sdist) return str(sdist)
@pytest.mark.xfail(reason="#709 and #710") @pytest.mark.xfail(reason="#709 and #710")
@pytest.mark.xfail(setuptools.tests.is_ascii, # also
reason="https://github.com/pypa/setuptools/issues/706") #@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): def test_unicode_filename_in_sdist(self, sdist_unicode, tmpdir, monkeypatch):
""" """
The install command should execute correctly even if 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