We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea12ef commit a6565deCopy full SHA for a6565de
tests/v3/test_sync.py
@@ -18,6 +18,7 @@ def sync_loop(request) -> asyncio.AbstractEventLoop | None:
18
return None
19
20
21
+@pytest.mark.skipif(IS_WASM, reason="Can't start new threads in WASM")
22
def test_get_loop() -> None:
23
# test that calling _get_loop() twice returns the same loop
24
loop = _get_loop()
0 commit comments