summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-01-10 07:26:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-01-10 07:26:35 -0500
commit648b136e67caa01742363f5a4224288c5703cdee (patch)
tree347ffbad18bbad12bf74c810099d409b224a58de
parent6d6af170da8e642dad03e911422be2e91bef55da (diff)
downloadpython-coveragepy-git-648b136e67caa01742363f5a4224288c5703cdee.tar.gz
bpo39166 is fixed
-rw-r--r--tests/test_arcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py
index 5a712e02..545145a5 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -1523,7 +1523,7 @@ class AsyncTest(CoverageTest):
self.assertEqual(self.stdout(), "Compute 1 + 2 ...\n1 + 2 = 3\n")
def test_async_for(self):
- if env.PYVERSION >= (3, 9, 0, 'alpha', 2):
+ if env.PYVERSION == (3, 9, 0, 'alpha', 2, 0):
self.xfail("https://bugs.python.org/issue39166")
self.check_coverage("""\
import asyncio