Skip to content

Commit a6de84e

Browse files
committed
Fix test_asyncio_loop
1 parent b7d7144 commit a6de84e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_eventloop.py

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

8080

8181
@windows_skip
82-
@pytest.mark.parametrize("anyio_backend", ["asyncio"])
8382
def test_asyncio_loop(kernel):
8483
def do_thing():
8584
loop.call_later(0.01, loop.stop)

0 commit comments

Comments
 (0)