summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-19 20:03:25 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-01-19 20:03:25 -0500
commit2fd0dc69e27e083b4e68b86e52ddc78cf66e56bf (patch)
treea92fc681150e6add5169b6f3fafc47498ded2f6a
parent644ac5a7deb3933224a5ff6863e5b3d98362c2a8 (diff)
downloadpython-coveragepy-git-2fd0dc69e27e083b4e68b86e52ddc78cf66e56bf.tar.gz
test: i can't figure out what versions of 3.9 this passes or fails
-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 483c0bc3..3d740ef1 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -1942,7 +1942,7 @@ class AsyncTest(CoverageTest):
# https://github.com/nedbat/coveragepy/issues/1158
# https://bugs.python.org/issue44621
- @pytest.mark.xfail(env.PYVERSION[:2] == (3, 9), reason="avoid a 3.9 bug: 44621")
+ @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_bug_1158(self):
self.check_coverage("""\