Skip to content

Commit d477c19

Browse files
committed
fix - speed up litellm_proxy_unit_testing
1 parent 248f450 commit d477c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ jobs:
604604
pip install "jsonschema==4.22.0"
605605
pip install "pytest-postgresql==7.0.1"
606606
pip install "fakeredis==2.28.1"
607+
pip install "pytest-xdist==3.6.1"
607608
- setup_litellm_enterprise_pip
608609
- save_cache:
609610
paths:
@@ -622,7 +623,7 @@ jobs:
622623
command: |
623624
pwd
624625
ls
625-
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
626627
no_output_timeout: 120m
627628
- run:
628629
name: Rename the coverage files

0 commit comments

Comments
 (0)