Loading pkgs/development/python-modules/geventhttpclient/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , pytestCheckHook , pythonOlder , six , stdenv , urllib3 }: Loading Loading @@ -36,6 +37,9 @@ buildPythonPackage rec { urllib3 ]; # lots of: [Errno 48] Address already in use: ('127.0.0.1', 54323) doCheck = !stdenv.isDarwin; __darwinAllowLocalNetworking = true; disabledTests = [ Loading Loading
pkgs/development/python-modules/geventhttpclient/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , pytestCheckHook , pythonOlder , six , stdenv , urllib3 }: Loading Loading @@ -36,6 +37,9 @@ buildPythonPackage rec { urllib3 ]; # lots of: [Errno 48] Address already in use: ('127.0.0.1', 54323) doCheck = !stdenv.isDarwin; __darwinAllowLocalNetworking = true; disabledTests = [ Loading