We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
asyncio_default_fixture_loop_scope
1 parent 5ecd38a commit 57d0002Copy full SHA for 57d0002
pyproject.toml
@@ -74,6 +74,7 @@ allow-dunder-method-names = ["__get_pydantic_core_schema__"]
74
addopts = "--doctest-modules"
75
# https://github.com/pytest-dev/pytest-asyncio#auto-mode
76
asyncio_mode = "auto"
77
+asyncio_default_fixture_loop_scope="function"
78
markers = ["render_params", "source_pkg", "ui_file"]
79
80
# This section is read automatically by Coverage.py when its working directory is .
0 commit comments