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 248f450 commit d477c19Copy full SHA for d477c19
.circleci/config.yml
@@ -604,6 +604,7 @@ jobs:
604
pip install "jsonschema==4.22.0"
605
pip install "pytest-postgresql==7.0.1"
606
pip install "fakeredis==2.28.1"
607
+ pip install "pytest-xdist==3.6.1"
608
- setup_litellm_enterprise_pip
609
- save_cache:
610
paths:
@@ -622,7 +623,7 @@ jobs:
622
623
command: |
624
pwd
625
ls
- python -m pytest tests/proxy_unit_tests --cov=litellm --cov-report=xml -vv -x -v --junitxml=test-results/junit.xml --durations=5
626
+ python -m pytest tests/proxy_unit_tests --cov=litellm --cov-report=xml -vv -x -v --junitxml=test-results/junit.xml --durations=5 -n 4
627
no_output_timeout: 120m
628
- run:
629
name: Rename the coverage files
0 commit comments