diff --git a/pyproject.toml b/pyproject.toml index 4609380..1423509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -198,3 +198,6 @@ force-single-line = false combine-as-imports = true length-sort-straight = true relative-imports-order = "closest-to-furthest" + +[tool.pytest.ini_options] +asyncio_default_fixture_loop_scope = "function"