We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6565de commit 85f621cCopy full SHA for 85f621c
tests/v3/test_sync.py
@@ -68,6 +68,7 @@ def foo() -> str:
68
sync(foo(), loop=sync_loop)
69
70
71
+@pytest.mark.skipif(IS_WASM, reason="Can't start new threads in WASM")
72
@pytest.mark.filterwarnings("ignore:coroutine.*was never awaited")
73
def test_sync_raises_if_loop_is_closed() -> None:
74
loop = _get_loop()
0 commit comments