Skip to content

Commit 4a1ac49

Browse files
committed
fix: install respx manually
1 parent 5233354 commit 4a1ac49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def mypy(session: Session) -> None:
161161
def tests(session: Session) -> None:
162162
"""Run the test suite."""
163163
session.install(".")
164-
session.install("coverage[toml]", "pytest", "pygments")
164+
session.install("coverage[toml]", "pytest", "pygments", "respx")
165165
try:
166166
session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs)
167167
finally:

0 commit comments

Comments
 (0)