Loading pkgs/development/python-modules/circus/default.nix +6 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchPypi , flit-core Loading Loading @@ -34,6 +35,11 @@ buildPythonPackage rec { pyyaml ]; # On darwin: Too many open files preCheck = lib.optionalString stdenv.isDarwin '' ulimit -n 1024 ''; disabledTests = [ # these tests raise circus.tests.support.TimeoutException "test_reload1" Loading Loading
pkgs/development/python-modules/circus/default.nix +6 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchPypi , flit-core Loading Loading @@ -34,6 +35,11 @@ buildPythonPackage rec { pyyaml ]; # On darwin: Too many open files preCheck = lib.optionalString stdenv.isDarwin '' ulimit -n 1024 ''; disabledTests = [ # these tests raise circus.tests.support.TimeoutException "test_reload1" Loading