There was an error while loading. Please reload this page.
1 parent 01d0c14 commit f3a847fCopy full SHA for f3a847f
pytest_asyncio/plugin.py
@@ -803,10 +803,6 @@ def _make_pytest_asyncio_loop(loop: AbstractEventLoop) -> AbstractEventLoop:
803
return loop
804
805
806
-def _is_pytest_asyncio_loop(loop: AbstractEventLoop) -> bool:
807
- return getattr(loop, "__pytest_asyncio", False)
808
-
809
810
def _get_event_loop_no_warn(
811
policy: AbstractEventLoopPolicy | None = None,
812
) -> asyncio.AbstractEventLoop:
0 commit comments