pythonPackages.h11: fix darwin build

This commit is contained in:
Fabian Möller 2019-09-13 17:43:21 +02:00
parent a4bea6db8b
commit b9ce08f7f1
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -23,6 +23,9 @@ buildPythonPackage rec {
py.test
'';
# Some of the tests use localhost networking.
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Pure-Python, bring-your-own-I/O implementation of HTTP/1.1";
license = licenses.mit;