From 1a2ed8fa4d27e6dbc5522f2d79e5b89c2aff13a3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 5 Jul 2020 17:37:17 -0400 Subject: A known failure has been fixed --- tests/test_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_parser.py b/tests/test_parser.py index 19264043..a8da45cf 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -139,7 +139,7 @@ class PythonParserTest(CoverageTest): @xfail( - env.PYPY3 and env.PYPYVERSION >= (7, 3, 0), + env.PYPY3 and env.PYPYVERSION == (7, 3, 0), "https://bitbucket.org/pypy/pypy/issues/3139", ) def test_decorator_pragmas(self): -- cgit v1.2.1