Fix CI: add httpx to test deps (stale cache)
This commit is contained in:
parent
38a87e0b6b
commit
db4eada111
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ test:
|
|||
- source .venv/bin/activate
|
||||
- pip install --upgrade pip
|
||||
- pip install -r requirements.txt
|
||||
- pip install pytest pytest-asyncio
|
||||
- pip install pytest pytest-asyncio httpx
|
||||
script:
|
||||
- source .venv/bin/activate
|
||||
- python3 -m pytest tests/ -v --tb=short
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue