summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-05 08:49:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-05 08:49:01 -0400
commit97e71354ab82ca573df2dd90c60c510aab6b663d (patch)
treeea91344f1567e48f786bc347f78c5bb0323fa16b /tests/test_arcs.py
parent0ad9ce7affb80fc7716d5de8df38b246282ea55c (diff)
downloadpython-coveragepy-97e71354ab82ca573df2dd90c60c510aab6b663d.tar.gz
No more support for 2.6 or 3.3
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r--tests/test_arcs.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py
index ef71ea1..4bd804b 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -407,8 +407,6 @@ class LoopArcTest(CoverageTest):
)
def test_other_comprehensions(self):
- if env.PYVERSION < (2, 7):
- self.skipTest("No set or dict comprehensions before 2.7")
# Set comprehension:
self.check_coverage("""\
o = ((1,2), (3,4))
@@ -431,8 +429,6 @@ class LoopArcTest(CoverageTest):
)
def test_multiline_dict_comp(self):
- if env.PYVERSION < (2, 7):
- self.skipTest("No set or dict comprehensions before 2.7")
if env.PYVERSION < (3, 5):
arcz = "-42 2B B-4 2-4"
else: