summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_parser.py2
1 files changed, 1 insertions, 1 deletions
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):