Skip to content

Commit 1a2ed8f

Browse files
committed
A known failure has been fixed
1 parent 085e18b commit 1a2ed8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def test_token_error(self):
139139

140140

141141
@xfail(
142-
env.PYPY3 and env.PYPYVERSION >= (7, 3, 0),
142+
env.PYPY3 and env.PYPYVERSION == (7, 3, 0),
143143
"https://bitbucket.org/pypy/pypy/issues/3139",
144144
)
145145
def test_decorator_pragmas(self):

0 commit comments

Comments
 (0)