summaryrefslogtreecommitdiff
path: root/setuptools
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-02 13:10:24 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-02 13:10:24 -0400
commit6a4e5446c941291ec5e7c56cee1d5a872300c955 (patch)
treecc007918489793a366753f657ef095b6c7748785 /setuptools
parent8d1349a2291054d1048c0f1a7180a96817c5f427 (diff)
downloadpython-setuptools-git-6a4e5446c941291ec5e7c56cee1d5a872300c955.tar.gz
Try only applying one xfail.
Diffstat (limited to 'setuptools')
-rw-r--r--setuptools/tests/test_easy_install.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index 27d703f5..da0a355c 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -171,8 +171,9 @@ class TestEasyInstallTest:
return str(sdist)
@pytest.mark.xfail(reason="#709 and #710")
- @pytest.mark.xfail(setuptools.tests.is_ascii,
- reason="https://github.com/pypa/setuptools/issues/706")
+ # also
+ #@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):
"""
The install command should execute correctly even if