python310Packages.h11: add httpx to passthru.tests
This commit is contained in:
parent
0021104344
commit
f9a84515f3
1 changed files with 2 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue