We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7fb86 commit b2c404bCopy full SHA for b2c404b
tests/test_async.py
@@ -35,7 +35,7 @@ def test_async_interrupt(asynclib, request):
35
__import__(asynclib)
36
except ImportError:
37
pytest.skip("Requires %s" % asynclib)
38
- request.addfinalizer(lambda: execute("%autoawait asyncio", KC))
+ request.addfinalizer(lambda: execute("%autoawait " + asynclib, KC))
39
40
flush_channels(KC)
41
msg_id, content = execute("%autoawait " + asynclib, KC)
0 commit comments