Skip to content

Commit c174f1b

Browse files
committed
Don't test autoawait on trio
1 parent a9e9e47 commit c174f1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def test_async_await():
3131

3232

3333
@pytest.mark.skipif(os.name == "nt", reason="Cannot interrupt on Windows")
34+
@pytest.mark.parametrize("anyio_backend", ["asyncio"]) # FIXME: %autoawait trio
3435
def test_async_interrupt(anyio_backend, request):
3536
assert KC is not None
3637
assert KM is not None

0 commit comments

Comments
 (0)