system-prompts-and-models-o.../salesflow-saas/backend/pytest.ini
Claude fc1e45fa31
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
2026-04-17 05:50:30 +00:00

8 lines
227 B
INI

[pytest]
asyncio_mode = auto
filterwarnings =
ignore::DeprecationWarning
markers =
launch: pre-release surface & scenario checks (run with: pytest -m launch)
slow: tests that hit external IO or long LangGraph paths