Commit 7257263b authored by Jason R. Coombs's avatar Jason R. Coombs

Delint

parent 92b33a5d
......@@ -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",
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment