Skip to content

Commit c60de82

Browse files
committed
Add pytest-httpx to dev dependencies
1 parent 4a4e2d4 commit c60de82

File tree

3 files changed

+29
-8
lines changed

3 files changed

+29
-8
lines changed

gen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ python:
2020
freezegun: '>=1.5.1'
2121
pytest: '>=8.3.3'
2222
pytest-asyncio: '>=0.24.0'
23+
pytest-httpx: '>=0.35.0'
2324
pytest-mock: '>=3.14.0'
2425
pytest-xdist: ^3.5.0
2526
types-aiofiles: '>=24.1.0'

poetry.lock

Lines changed: 27 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ mypy = "==1.15.0"
3636
pylint = "==3.2.3"
3737
pytest = ">=8.3.3"
3838
pytest-asyncio = ">=0.24.0"
39+
pytest-httpx = ">=0.35.0"
3940
pytest-mock = ">=3.14.0"
4041
pytest-xdist = "^3.5.0"
4142
types-aiofiles = ">=24.1.0"

0 commit comments

Comments
 (0)