Skip to content

Commit 85f621c

Browse files
Another test that tries to run threads
1 parent a6565de commit 85f621c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/v3/test_sync.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def foo() -> str:
6868
sync(foo(), loop=sync_loop)
6969

7070

71+
@pytest.mark.skipif(IS_WASM, reason="Can't start new threads in WASM")
7172
@pytest.mark.filterwarnings("ignore:coroutine.*was never awaited")
7273
def test_sync_raises_if_loop_is_closed() -> None:
7374
loop = _get_loop()

0 commit comments

Comments
 (0)