llm_translation_testing fix

This commit is contained in:
Ishaan Jaffer
2025-09-27 10:35:25 -07:00
parent ea6833b18d
commit ba3e20060a
+1 -1
View File
@@ -810,7 +810,7 @@ jobs:
command: |
pwd
ls
python -m pytest -vv tests/llm_translation --cov=litellm --cov-report=xml -x -v --junitxml=test-results/junit.xml --durations=5 -n 4
python -m pytest -vv tests/llm_translation --cov=litellm --cov-report=xml -v --junitxml=test-results/junit.xml --durations=5 -n 4
no_output_timeout: 120m
- run:
name: Rename the coverage files