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 b684127 commit 64c9ccbCopy full SHA for 64c9ccb
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