Skip to content

Commit 7482ae9

Browse files
committed
Revert "Update tests/test_exceptions.py"
This reverts commit af3061d.
1 parent af3061d commit 7482ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def ignore_pytest_unraisable_warning(f):
9696

9797
# TODO: find out why this fails on PyPy, https://foss.heptapod.net/pypy/pypy/-/issues/3583
9898
@pytest.mark.xfail(
99-
env.PYPY and sys.implementation.version < (7, 3, 8),
99+
env.PYPY and sys.version_info >= (3, 8),
100100
reason="Failure on PyPy 3.8 (7.3.7)",
101101
strict=False,
102102
)

0 commit comments

Comments
 (0)