Commit 0d0bc300 authored by Jason R. Coombs's avatar Jason R. Coombs

Mark tests as xfail. Ref #704 Ref #709 Ref #710.

parent 7ba9874f
......@@ -50,6 +50,7 @@ def tarfile_with_unicode(tmpdir):
return str(target)
@pytest.mark.xfail(reason="#710 and #712")
def test_unicode_files(tarfile_with_unicode, tmpdir):
target = tmpdir / 'out'
archive_util.unpack_archive(tarfile_with_unicode, six.text_type(target))
......@@ -172,6 +172,7 @@ class TestEasyInstallTest:
@pytest.mark.xfail(setuptools.tests.is_ascii,
reason="https://github.com/pypa/setuptools/issues/706")
@pytest.mark.xfail(reason="#709 and #710")
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