python310Packages.h11: add last regression from httpcore and wsproto to passthru.tests

This commit is contained in:
Sandro Jäckel 2022-11-18 07:02:28 +01:00
parent 8cef4f3011
commit 30eeef2e79
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -3,6 +3,8 @@
, fetchPypi
, pytestCheckHook
, pythonOlder
, httpcore
, wsproto
}:
buildPythonPackage rec {
@ -20,6 +22,10 @@ buildPythonPackage rec {
# Some of the tests use localhost networking.
__darwinAllowLocalNetworking = true;
passthru.tests = {
inherit httpcore wsproto;
};
meta = with lib; {
description = "Pure-Python, bring-your-own-I/O implementation of HTTP/1.1";
homepage = "https://github.com/python-hyper/h11";