Loading pkgs/development/python-modules/mirakuru/default.nix +15 −0 Original line number Diff line number Diff line { stdenv, lib, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -42,6 +43,20 @@ buildPythonPackage rec { ]; pythonImportsCheck = [ "mirakuru" ]; # Necessary for the tests to pass on Darwin with sandbox enabled. __darwinAllowLocalNetworking = true; # Those are failing in the darwin sandbox with: # > ps: %mem: requires entitlement # > ps: vsz: requires entitlement # > ps: rss: requires entitlement # > ps: time: requires entitlement disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ "test_forgotten_stop" "test_mirakuru_cleanup" "test_daemons_killing" ]; meta = with lib; { homepage = "https://pypi.org/project/mirakuru"; description = "Process orchestration tool designed for functional and integration tests"; Loading Loading
pkgs/development/python-modules/mirakuru/default.nix +15 −0 Original line number Diff line number Diff line { stdenv, lib, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -42,6 +43,20 @@ buildPythonPackage rec { ]; pythonImportsCheck = [ "mirakuru" ]; # Necessary for the tests to pass on Darwin with sandbox enabled. __darwinAllowLocalNetworking = true; # Those are failing in the darwin sandbox with: # > ps: %mem: requires entitlement # > ps: vsz: requires entitlement # > ps: rss: requires entitlement # > ps: time: requires entitlement disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ "test_forgotten_stop" "test_mirakuru_cleanup" "test_daemons_killing" ]; meta = with lib; { homepage = "https://pypi.org/project/mirakuru"; description = "Process orchestration tool designed for functional and integration tests"; Loading