Merge pull request #68681 from B4dM4n/h11-darwin
pythonPackages.h11: fix darwin build
This commit is contained in:
commit
a6dcdf9ed4
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue