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 80b186c commit dd61f77Copy full SHA for dd61f77
1 file changed
tests/conftest.py
@@ -46,3 +46,5 @@ def sync_loop():
46
def pytest_pyfunc_call(pyfuncitem):
47
if inspect.iscoroutinefunction(pyfuncitem.obj):
48
pyfuncitem.obj = pytest.mark.trio(pyfuncitem.obj)
49
+
50
+asyncio.set_event_loop_policy(trio_asyncio.TrioPolicy())
0 commit comments