We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a0b30 commit 01c1f34Copy full SHA for 01c1f34
pyproject.toml
@@ -79,6 +79,8 @@ include = ["aioauth", "aioauth.*"]
79
[tool.pytest.ini_options]
80
addopts = "-s --strict-markers -vv --cache-clear --maxfail=1"
81
pythonpath = ["."]
82
+asyncio_mode = "auto"
83
+asyncio_default_fixture_loop_scope = "function"
84
85
[tool.mypy]
86
python_version = "3.9"
0 commit comments