python310Packages.h11: add httpx to passthru.tests

This commit is contained in:
Robert Schütz 2022-12-12 22:11:57 -08:00 committed by Robert Schütz
parent 0021104344
commit f9a84515f3

View file

@ -4,6 +4,7 @@
, pytestCheckHook
, pythonOlder
, httpcore
, httpx
, wsproto
}:
@ -23,7 +24,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
passthru.tests = {
inherit httpcore wsproto;
inherit httpcore httpx wsproto;
};
meta = with lib; {