Skip to content

Commit b3c2fb5

Browse files
committed
Remove emscripten limit
1 parent 661dfd8 commit b3c2fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_cross_module_exceptions(msg):
7676

7777
# TODO: FIXME
7878
@pytest.mark.xfail(
79-
"(env.MACOS and env.PYPY) or sys.platform.startswith('emscripten')",
79+
"env.MACOS and env.PYPY",
8080
raises=RuntimeError,
8181
reason="See Issue #2847, PR #2999, PR #4324",
8282
)

0 commit comments

Comments
 (0)