We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355e611 commit 327868fCopy full SHA for 327868f
.circleci/config.yml
@@ -742,13 +742,14 @@ jobs:
742
pip install "pytest-cov==5.0.0"
743
pip install "pytest-asyncio==0.21.1"
744
pip install "respx==0.22.0"
745
+ pip install "pytest-xdist==3.6.1"
746
# Run pytest and generate JUnit XML report
747
- run:
748
name: Run tests
749
command: |
750
pwd
751
ls
- python -m pytest -vv tests/llm_translation --cov=litellm --cov-report=xml -x -v --junitxml=test-results/junit.xml --durations=5
752
+ python -m pytest -vv tests/llm_translation --cov=litellm --cov-report=xml -x -v --junitxml=test-results/junit.xml --durations=5 -n 4
753
no_output_timeout: 120m
754
755
name: Rename the coverage files
0 commit comments