Skip to content

Commit 6e0b60f

Browse files
committed
add pytest-httpx to test group
1 parent f2196c1 commit 6e0b60f

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dev = [
2727
{ include-group = "nox" },
2828
"pyright>=1.1.408",
2929
]
30-
test = ["pytest~=8.3", "pytest-asyncio~=1.3", "pytest-cov~=7.0"]
30+
test = ["pytest~=8.3", "pytest-asyncio~=1.3", "pytest-cov~=7.0", "pytest-httpx~=0.35.0"]
3131
lint = ["ruff==0.14.5"]
3232
type_check = ["pyright~=1.1"]
3333
nox = ["nox~=2026.2", "nox-uv~=0.7"]

uv.lock

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

0 commit comments

Comments
 (0)