diff options
author | Benoit Pierre <benoit.pierre@gmail.com> | 2017-06-15 10:03:16 +0200 |
---|---|---|
committer | Benoit Pierre <benoit.pierre@gmail.com> | 2017-07-13 21:16:35 +0200 |
commit | 462610859692843e3bb6162befe978f14244eada (patch) | |
tree | e87ad346abf2207a61a47184d85602112bbe0f09 /setuptools/tests/test_easy_install.py | |
parent | e992c1ae2eba0638f5d463da78acf476ec2c04f8 (diff) | |
download | external_python_setuptools-462610859692843e3bb6162befe978f14244eada.tar.gz external_python_setuptools-462610859692843e3bb6162befe978f14244eada.tar.bz2 external_python_setuptools-462610859692843e3bb6162befe978f14244eada.zip |
tests: mark test_unicode_filename_in_sdist with fail_on_ascii
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 2d9682a9..1b7178a1 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -30,6 +30,7 @@ from setuptools.dist import Distribution from pkg_resources import normalize_path, working_set from pkg_resources import Distribution as PRDistribution import setuptools.tests.server +from setuptools.tests import fail_on_ascii import pkg_resources from .py26compat import tarfile_open @@ -166,6 +167,7 @@ class TestEasyInstallTest: sdist_zip.close() return str(sdist) + @fail_on_ascii def test_unicode_filename_in_sdist(self, sdist_unicode, tmpdir, monkeypatch): """ The install command should execute correctly even if |