We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ab3d6 commit b8cc949Copy full SHA for b8cc949
1 file changed
pyproject.toml
@@ -216,3 +216,6 @@ pythonVersion = "3.8"
216
typeCheckingMode = "strict"
217
useLibraryCodeForTypes = true
218
reportGeneralTypeIssues = true
219
+
220
+[tool.pytest.ini_options]
221
+asyncio_default_fixture_loop_scope = "function"
0 commit comments