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:
Julio Quinteros Pro
2026-02-17 16:08:24 -03:00
parent bd9b239ed7
commit bf157acccc
+2 -2
View File
@@ -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