From ed0a9b3956b068c9e22dbf8cc2167fcddc29838e Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 25 Mar 2025 20:19:38 +0100 Subject: [PATCH] test: set asyncio_default_fixture_loop_scope --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8601f4f..f6ffb5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -173,6 +173,7 @@ addopts = [ "-m not e2e", # default behaviour: do not run e2e tests ] asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "function" filterwarnings = [ "error", ]