From 9d90ebd1e6bd49a7ff13dad85ae3593995127565 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 20 Feb 2022 17:11:38 -0500 Subject: fix: pypy3.9 traces decorators like CPython 3.8 --- tests/test_coverage.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/test_coverage.py') diff --git a/tests/test_coverage.py b/tests/test_coverage.py index a6d3ccae..fc4263de 100644 --- a/tests/test_coverage.py +++ b/tests/test_coverage.py @@ -1218,11 +1218,6 @@ class CompoundStatementTest(CoverageTest): reason="avoid class docstring bug: bpo 46331", # https://bugs.python.org/issue46331 ) - @pytest.mark.xfail( - env.PYPY and env.PYVERSION[:2] == (3, 9), - reason="avoid PyPy class docstring bug: 3665", - # https://foss.heptapod.net/pypy/pypy/-/issues/3665 - ) 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("""\ -- cgit v1.2.1