diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-30 10:52:32 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-30 10:52:32 -0400 |
| commit | 2e8a63bd67e3f7261a5999503269465c58611f48 (patch) | |
| tree | fd2a0b2dc73cee17ac50bff821abfe1a1a529b96 /setuptools/tests/test_easy_install.py | |
| parent | 3f6926a9b069f48f22dd74d80733d62433e54162 (diff) | |
| download | external_python_setuptools-2e8a63bd67e3f7261a5999503269465c58611f48.tar.gz external_python_setuptools-2e8a63bd67e3f7261a5999503269465c58611f48.tar.bz2 external_python_setuptools-2e8a63bd67e3f7261a5999503269465c58611f48.zip | |
Mark test as xfail. Ref #706.
Diffstat (limited to 'setuptools/tests/test_easy_install.py')
| -rw-r--r-- | setuptools/tests/test_easy_install.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index b7429d49..161c673f 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -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 |
