diff options
Diffstat (limited to 'tests/test_coverage.py')
| -rw-r--r-- | tests/test_coverage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_coverage.py b/tests/test_coverage.py index 3f111367..fc4263de 100644 --- a/tests/test_coverage.py +++ b/tests/test_coverage.py @@ -1213,7 +1213,7 @@ class CompoundStatementTest(CoverageTest): """, [1,10,12,13], "") - @pytest.mark.skipif( + @pytest.mark.xfail( (3, 11, 0, "alpha", 3, 0) <= env.PYVERSION < (3, 11, 0, "alpha", 4, 0), reason="avoid class docstring bug: bpo 46331", # https://bugs.python.org/issue46331 |
