Skip to content

Commit 076d3da

Browse files
committed
Run test_asyncio_loop on asyncio backend only
1 parent df3f084 commit 076d3da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_eventloop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def do_thing():
7979

8080

8181
@windows_skip
82+
@pytest.mark.parametrize("anyio_backend", ["asyncio"])
8283
def test_asyncio_loop(kernel):
8384
def do_thing():
8485
loop.call_later(0.01, loop.stop)

0 commit comments

Comments
 (0)