We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3da995 commit ce1f164Copy full SHA for ce1f164
1 file changed
pyproject.toml
@@ -62,7 +62,9 @@ testpaths = ["tests"]
62
norecursedirs = ["fixtures"]
63
console_output_style = "count"
64
log_level = "NOTSET"
65
-asyncio_mode = "auto" # https://github.com/pytest-dev/pytest-asyncio#modes
+# https://pytest-asyncio.readthedocs.io/en/latest/reference/configuration.html
66
+asyncio_mode = "auto"
67
+asyncio_default_fixture_loop_scope = "function"
68
69
[tool.mypy]
70
# https://mypy.readthedocs.io/en/stable/config_file.html
0 commit comments