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 c0120b5 commit b9c65d2Copy full SHA for b9c65d2
pytest_asyncio/plugin.py
@@ -683,9 +683,7 @@ def pytest_pycollect_makeitem_convert_async_functions_to_subclass(
683
684
# A stack used to push package-scoped loops during collection of a package
685
# and pop those loops during collection of a Module
686
-__package_loop_stack: list[
687
- FixtureFunctionMarker[FixtureFunctionType] | FixtureFunctionType
688
-] = []
+__package_loop_stack: list[Callable[..., Any]] = []
689
690
691
@pytest.hookimpl
0 commit comments