diff --git a/pyproject.toml b/pyproject.toml index 7bdded2..8615426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,6 +89,7 @@ line-ending = "auto" [tool.pytest.ini_options] asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "module" testpaths = ["tests"] addopts = "-v --tb=short"