diff options
Diffstat (limited to 'tests/test_coverage.py')
-rw-r--r-- | tests/test_coverage.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_coverage.py b/tests/test_coverage.py index 9164db0f..17da4f5e 100644 --- a/tests/test_coverage.py +++ b/tests/test_coverage.py @@ -1213,11 +1213,6 @@ class CompoundStatementTest(CoverageTest): """, [1,10,12,13], "") - @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 - ) def test_class_def(self): arcz="-22 2D DE E-2 23 36 6A A-2 -68 8-6 -AB B-A" self.check_coverage("""\ |