From 204f9f26dece8de7d887fccfbdbd1842da30877f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Mar 2026 23:48:04 +0000 Subject: [PATCH] fix: set asyncio_default_fixture_loop_scope for E2E tests --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"