diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 14:07:15 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 14:07:15 -0500 |
| commit | 8e0ac92076007aa6e49f22029003b9618605c996 (patch) | |
| tree | f3c8c7830fab1bfaa11a3b63d56bd485eabd6855 /setuptools/tests/__init__.py | |
| parent | adcf02655449638849df8a77064b030a22dd648f (diff) | |
| download | python-setuptools-git-8e0ac92076007aa6e49f22029003b9618605c996.tar.gz | |
Expect failure running Python 3 only tests on Python 2
Diffstat (limited to 'setuptools/tests/__init__.py')
| -rw-r--r-- | setuptools/tests/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/__init__.py b/setuptools/tests/__init__.py index fed07628..f985a6e4 100644 --- a/setuptools/tests/__init__.py +++ b/setuptools/tests/__init__.py @@ -20,6 +20,7 @@ c_type = os.environ.get("LC_CTYPE", os.environ.get("LC_ALL")) is_ascii = c_type in ("C", "POSIX") fail_on_ascii = pytest.mark.xfail(is_ascii, reason="Test fails in this locale") + def makeSetup(**args): """Return distribution from 'setup(**args)', without executing commands""" |
