Merge pull request #68681 from B4dM4n/h11-darwin

pythonPackages.h11: fix darwin build
This commit is contained in:
Daiderd Jordan 2019-09-20 22:17:43 +02:00 committed by GitHub
commit a6dcdf9ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;