diff --git a/pyproject.toml b/pyproject.toml index 5dc5bb6..b998745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,3 +85,6 @@ profile = "black" [tool.darglint] enable = "DAR104" + +[tool.pytest.ini_options] +asyncio_default_fixture_loop_scope = "function"