mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Drops `-x` from all 24 pytest invocations in .circleci/config.yml. With `-x`, a job stops at its first failure, so a second broken test in the same suite stays invisible until the first is fixed and CI is re-run. That turns one round trip into N when a job has several broken tests. This is exactly what happened in #39770: fixing test_missing_model_parameter_curl in tests/store_model_in_db_tests/test_openai_error_handling.py immediately unmasked test_chat_completion_bad_model_with_spend_logs in the same file, which had been failing for a long time without ever being reported. Only `-x` is removed; -v/-vv/-s/-n/--reruns and every other flag are untouched. |
||
|---|---|---|
| .. | ||
| scripts | ||
| config.yml | ||