12 buildPythonPackage rec {
15 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 hash = "sha256-jxn7vpnnJCD/NcALJ6NMuZN+kCqLgQ4siDAMbwo7aZ0=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 # Some of the tests use localhost networking.
26 __darwinAllowLocalNetworking = true;
29 inherit httpcore httpx wsproto;
33 description = "Pure-Python, bring-your-own-I/O implementation of HTTP/1.1";
34 homepage = "https://github.com/python-hyper/h11";
35 license = licenses.mit;