python311Packages.httpcore: add respx to passthru.tests
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user