From 31f13f3cb41e0ce721e810c7a20c8cf8e3117dee Mon Sep 17 00:00:00 2001 From: stumpylog <797416+stumpylog@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:09:09 -0700 Subject: [PATCH] Locks pytest-httpx to 0.30.0 for the moment --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a08d82..73fc3bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dependencies = [ ] extra-dependencies = [ "pytest-sugar", - "pytest-httpx ~= 0.30; python_version >= '3.9'", + "pytest-httpx == 0.30.0; python_version >= '3.9'", "pytest-httpx ~= 0.22; python_version < '3.9'", "pikepdf", "python-magic", @@ -121,7 +121,7 @@ dependencies = [ "httpx", "pytest", "pikepdf", - "pytest-httpx" + "pytest-httpx == 0.30.0" ] [tool.hatch.envs.typing.scripts]