Skip to content

Commit c23bca3

Browse files
committed
add httpx to test deps
1 parent c489053 commit c23bca3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
pip install -e ".[async,starlette,flask,django,fastapi]"
31-
pip install build pytest pytest-asyncio pytest-cov pytest-mock freezegun
31+
pip install build pytest pytest-asyncio pytest-cov pytest-mock freezegun httpx structlog
3232
3333
- name: Run tests
3434
run: pytest tests/ -v --tb=short

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ fastapi = ["fastapi>=0.100.0", "starlette>=0.27.0"]
6060
tests = [
6161
"aiohttp>=3.9.0",
6262
"starlette>=0.27.0",
63+
"httpx>=0.24.0",
6364
"flask>=2.0.0",
6465
"django>=3.2.0",
6566
"fastapi>=0.100.0",

0 commit comments

Comments
 (0)