Skip to content

Commit 5069a1f

Browse files
committed
test passes on PyPy macOS
1 parent 5205df9 commit 5069a1f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/test_exceptions.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ def test_cross_module_exceptions(msg):
7474
assert str(excinfo.value) == "'just local'"
7575

7676

77-
# TODO: FIXME
78-
@pytest.mark.xfail(
79-
"(env.MACOS and env.PYPY) or env.ANDROID or env.FREEBSD",
80-
raises=RuntimeError,
81-
reason="See Issue #2847, PR #2999, PR #4324, PR #5925",
82-
strict=not env.PYPY, # PR 5569
83-
)
8477
def test_cross_module_exception_translator():
8578
with pytest.raises(KeyError):
8679
# translator registered in cross_module_tests

0 commit comments

Comments
 (0)