summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-07-13 17:08:30 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-07-13 17:08:30 -0400
commitbcd5e75d359f153be7e25567d076c8876f353cbc (patch)
tree25d04669288a042c140b93ff6c688c6381d29833 /tests
parent367f7c45c857be06cd970ac5594ad92d3e34199e (diff)
downloadpython-coveragepy-git-bcd5e75d359f153be7e25567d076c8876f353cbc.tar.gz
test: skip a test that won't run on 3.6
Diffstat (limited to 'tests')
-rw-r--r--tests/test_arcs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py
index d4903a14..c572fdfd 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -1832,6 +1832,7 @@ class AsyncTest(CoverageTest):
# https://github.com/nedbat/coveragepy/issues/1158
# https://bugs.python.org/issue44621
@pytest.mark.skipif(env.PYVERSION[:2] == (3, 9), reason="avoid a 3.9 bug: 44621")
+ @pytest.mark.skipif(env.PYVERSION < (3, 7), reason="need asyncio.run")
def test_bug1158(self):
self.check_coverage("""\
import asyncio