diff options
-rw-r--r-- | tests/test_arcs.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py index 46c66938..15633fb2 100644 --- a/tests/test_arcs.py +++ b/tests/test_arcs.py @@ -1220,6 +1220,11 @@ class YieldTest(CoverageTest): arcz=".1 19 9. .2 23 34 45 56 63 37 7.", ) + # https://bugs.python.org/issue46225 + @pytest.mark.skipif( + env.PYVERSION[:5] == (3, 11, 0, 'alpha', 3), + reason="avoid 3.11 bug: bpo46225", + ) def test_bug_308(self): self.check_coverage("""\ def run(): |