aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-13 22:10:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-13 22:10:08 -0400
commit7257263ba6568ae2868a0eb96f4e36917fb607b1 (patch)
tree257259afe6d8991de0a183f86ee8a79bc78de855 /setuptools/tests
parent92b33a5d27858e1a3b2752707b0a9fea28424efc (diff)
downloadexternal_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.py2
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",
)