forked from phoenix/litellm-mirror
handle flaky pytests
This commit is contained in:
parent
640e5d0dc9
commit
bcf7f3e437
5 changed files with 13 additions and 2 deletions
|
@ -31,6 +31,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
python -m pip install -r .circleci/requirements.txt
|
||||
pip install "pytest==7.3.1"
|
||||
pip install "pytest-retry==1.6.3"
|
||||
pip install "pytest-asyncio==0.21.1"
|
||||
pip install mypy
|
||||
pip install "google-generativeai==0.3.2"
|
||||
|
@ -171,6 +172,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
python -m pip install -r .circleci/requirements.txt
|
||||
pip install "pytest==7.3.1"
|
||||
pip install "pytest-retry==1.6.3"
|
||||
pip install "pytest-mock==3.12.0"
|
||||
pip install "pytest-asyncio==0.21.1"
|
||||
pip install mypy
|
||||
|
@ -282,6 +284,7 @@ jobs:
|
|||
name: Install Dependencies
|
||||
command: |
|
||||
pip install "pytest==7.3.1"
|
||||
pip install "pytest-retry==1.6.3"
|
||||
pip install "pytest-asyncio==0.21.1"
|
||||
pip install aiohttp
|
||||
pip install "openai==1.40.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue