We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661dfd8 commit b3c2fb5Copy full SHA for b3c2fb5
tests/test_exceptions.py
@@ -76,7 +76,7 @@ def test_cross_module_exceptions(msg):
76
77
# TODO: FIXME
78
@pytest.mark.xfail(
79
- "(env.MACOS and env.PYPY) or sys.platform.startswith('emscripten')",
+ "env.MACOS and env.PYPY",
80
raises=RuntimeError,
81
reason="See Issue #2847, PR #2999, PR #4324",
82
)
0 commit comments