aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2019-09-20 22:17:43 +0200
committerGitHub <noreply@github.com>2019-09-20 22:17:43 +0200
commita6dcdf9ed45035e6758543d4f2ca04ef7fb0c23c (patch)
treee7f044b6c036ce8ac47413705b6d5c875db9b3f9 /pkgs
parent51bd8395d3137862834cd675d965a538bf9eb268 (diff)
parentb9ce08f7f1220cb895f4c3a09da357bfb31146d3 (diff)
Merge pull request #68681 from B4dM4n/h11-darwin
pythonPackages.h11: fix darwin build
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/h11/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/h11/default.nix b/pkgs/development/python-modules/h11/default.nix
index f77c267d792..361ac0c59d1 100644
--- a/pkgs/development/python-modules/h11/default.nix
+++ b/pkgs/development/python-modules/h11/default.nix
@@ -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;