mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix: restore pytest-xdist to CI workflow
- Add pytest-xdist back to pip install line (required for -n flag) - Was accidentally removed when removing pytest-retry - Without pytest-xdist, all CI jobs fail with 'unrecognized option -n'
This commit is contained in:
parent
bd9b239ed7
commit
bf157acccc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-litellm-matrix.yml
vendored
4
.github/workflows/test-litellm-matrix.yml
vendored
|
|
@ -90,8 +90,8 @@ jobs:
|
|||
poetry config virtualenvs.in-project true
|
||||
poetry install --with dev,proxy-dev --extras "proxy semantic-router"
|
||||
# pytest-rerunfailures is in pyproject.toml (v14.0 for Python 3.9 compat)
|
||||
# NOTE: Removed pytest-retry to avoid duplicate retry mechanisms
|
||||
poetry run pip install google-genai==1.22.0 \
|
||||
# pytest-xdist is required for -n (parallel workers) flag
|
||||
poetry run pip install pytest-xdist google-genai==1.22.0 \
|
||||
google-cloud-aiplatform>=1.38 fastapi-offline==1.7.3 python-multipart==0.0.22 openapi-core
|
||||
|
||||
- name: Setup litellm-enterprise
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue