We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2473a04 commit a22fd3dCopy full SHA for a22fd3d
pyproject.toml
@@ -87,6 +87,7 @@ warn_unused_ignores = true
87
88
[tool.pytest.ini_options]
89
addopts = "--no-cov-on-fail --showlocals --strict-markers"
90
+asyncio_default_fixture_loop_scope = "session"
91
asyncio_mode = "auto"
92
testpaths = ["tests"]
93
0 commit comments