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

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;