Skip to content

Commit 97022f8

Browse files
mattiphenryiii
andauthored
TEST: test passes on PyPy macOS (#5569)
* test passes on PyPy macOS * revert, set strict=False instead * Tweak condition for strict Co-authored-by: Henry Schreiner <[email protected]> --------- Co-authored-by: Henry Schreiner <[email protected]>
1 parent 6412615 commit 97022f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_exceptions.py

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def test_cross_module_exceptions(msg):
7979
"env.MACOS and env.PYPY",
8080
raises=RuntimeError,
8181
reason="See Issue #2847, PR #2999, PR #4324",
82+
strict=not env.PYPY, # PR 5569
8283
)
8384
def test_cross_module_exception_translator():
8485
with pytest.raises(KeyError):

0 commit comments

Comments
 (0)