From fc1e45fa31455e96fe005377317b1c1602c96782 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 17 Apr 2026 05:50:30 +0000 Subject: [PATCH] fix(ci): remove asyncio_default_fixture_loop_scope from pytest.ini This setting was added in pytest-asyncio 0.24.0 but may cause exit code 4 (config error) if the installed version doesn't recognize it or conflicts with the asyncio_mode=auto setting. Removing it to test if this is the root cause of persistent CI failure. https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs --- salesflow-saas/backend/pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/salesflow-saas/backend/pytest.ini b/salesflow-saas/backend/pytest.ini index 371f463c..f41466f0 100644 --- a/salesflow-saas/backend/pytest.ini +++ b/salesflow-saas/backend/pytest.ini @@ -1,6 +1,5 @@ [pytest] asyncio_mode = auto -asyncio_default_fixture_loop_scope = function filterwarnings = ignore::DeprecationWarning markers =