mirror of
https://github.com/pybind/pybind11.git
synced 2025-03-24 01:26:42 +00:00
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 <HenrySchreinerIII@gmail.com> --------- Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
This commit is contained in:
parent
6412615ebb
commit
97022f83ce
@ -79,6 +79,7 @@ def test_cross_module_exceptions(msg):
|
||||
"env.MACOS and env.PYPY",
|
||||
raises=RuntimeError,
|
||||
reason="See Issue #2847, PR #2999, PR #4324",
|
||||
strict=not env.PYPY, # PR 5569
|
||||
)
|
||||
def test_cross_module_exception_translator():
|
||||
with pytest.raises(KeyError):
|
||||
|
Loading…
Reference in New Issue
Block a user