python311Packages.httpcore: add respx to passthru.tests

This commit is contained in:
Robert Scott
2024-04-22 13:59:40 +02:00
committed by Martin Weinelt
parent 7b426fc85d
commit 11eb8710eb
@@ -18,6 +18,7 @@
# for passthru.tests
, httpx
, httpx-socks
, respx
}:
buildPythonPackage rec {
@@ -74,7 +75,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
passthru.tests = {
inherit httpx httpx-socks;
inherit httpx httpx-socks respx;
};
meta = with lib; {