From e3434cd11b43dd8841b13f213c1d3848119dfd8c Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Mon, 2 Dec 2019 15:23:02 -0800 Subject: [PATCH] python3Packages.curio: fix darwin network tests --- pkgs/development/python-modules/curio/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/curio/default.nix b/pkgs/development/python-modules/curio/default.nix index b60025a91b0..31dc8327fc4 100644 --- a/pkgs/development/python-modules/curio/default.nix +++ b/pkgs/development/python-modules/curio/default.nix @@ -19,6 +19,8 @@ buildPythonPackage rec { checkInputs = [ pytest sphinx ]; + __darwinAllowLocalNetworking = true; + # test_aside_basic times out, # test_aside_cancel fails because modifies PYTHONPATH and cant find pytest checkPhase = ''