Loading pkgs/development/python-modules/kantoku/default.nix +8 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, flit-core, Loading Loading @@ -46,8 +47,15 @@ buildPythonPackage rec { disabledTests = [ # AssertionError "test_streams" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Assertion error when test_socketstats hits a permission error "test_resource_watcher_max_mem" "test_resource_watcher_max_mem_abs" ]; __darwinAllowLocalNetworking = true; meta = { description = "A Process & Socket Manager built with zmq"; homepage = "https://github.com/bentoml/kantoku"; Loading Loading
pkgs/development/python-modules/kantoku/default.nix +8 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, flit-core, Loading Loading @@ -46,8 +47,15 @@ buildPythonPackage rec { disabledTests = [ # AssertionError "test_streams" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Assertion error when test_socketstats hits a permission error "test_resource_watcher_max_mem" "test_resource_watcher_max_mem_abs" ]; __darwinAllowLocalNetworking = true; meta = { description = "A Process & Socket Manager built with zmq"; homepage = "https://github.com/bentoml/kantoku"; Loading