mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 20:23:18 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user