mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
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
8 lines
227 B
INI
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
|