diff --git a/pyproject.toml b/pyproject.toml index 7f69bbe..ee70255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -189,3 +189,6 @@ disable = [ "cyclic-import", ] max-args = 10 + +[tool.pytest.ini_options] +asyncio_default_fixture_loop_scope = "function" \ No newline at end of file