aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_easy_install.py
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2017-06-15 10:03:16 +0200
committerBenoit Pierre <benoit.pierre@gmail.com>2017-07-13 21:16:35 +0200
commit462610859692843e3bb6162befe978f14244eada (patch)
treee87ad346abf2207a61a47184d85602112bbe0f09 /setuptools/tests/test_easy_install.py
parente992c1ae2eba0638f5d463da78acf476ec2c04f8 (diff)
downloadexternal_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.py2
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