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 8f48591 commit 2482d73Copy full SHA for 2482d73
pyproject.toml
@@ -51,6 +51,7 @@ extend = "ruff_defaults.toml"
51
[tool.pytest.ini_options]
52
# https://github.com/pytest-dev/pytest-asyncio#auto-mode
53
asyncio_mode = "auto"
54
+asyncio_default_fixture_loop_scope="function"
55
56
# This section is read automatically by Coverage.py when its working directory is .
57
# https://coverage.readthedocs.io/en/6.5.0/config.html#configuration-reference
0 commit comments