diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 22:10:08 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 22:10:08 -0400 |
commit | 7257263ba6568ae2868a0eb96f4e36917fb607b1 (patch) | |
tree | 257259afe6d8991de0a183f86ee8a79bc78de855 /setuptools/tests | |
parent | 92b33a5d27858e1a3b2752707b0a9fea28424efc (diff) | |
download | external_python_setuptools-7257263ba6568ae2868a0eb96f4e36917fb607b1.tar.gz external_python_setuptools-7257263ba6568ae2868a0eb96f4e36917fb607b1.tar.bz2 external_python_setuptools-7257263ba6568ae2868a0eb96f4e36917fb607b1.zip |
Delint
Diffstat (limited to 'setuptools/tests')
-rw-r--r-- | setuptools/tests/test_egg_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py index 6358abf0..07bd8818 100644 --- a/setuptools/tests/test_egg_info.py +++ b/setuptools/tests/test_egg_info.py @@ -64,7 +64,7 @@ class TestEggInfo(object): yield env dict_order_fails = pytest.mark.skipif( - sys.version_info < (2,7), + sys.version_info < (2, 7), reason="Intermittent failures on Python 2.6", ) |