Loading pkgs/development/python-modules/swh-scheduler/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitLab, setuptools, Loading Loading @@ -65,6 +66,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "swh.scheduler" ]; # Many broken tests on Darwin. Disabling them for now. doCheck = !stdenv.hostPlatform.isDarwin; nativeCheckInputs = [ plotille postgresql Loading Loading
pkgs/development/python-modules/swh-scheduler/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitLab, setuptools, Loading Loading @@ -65,6 +66,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "swh.scheduler" ]; # Many broken tests on Darwin. Disabling them for now. doCheck = !stdenv.hostPlatform.isDarwin; nativeCheckInputs = [ plotille postgresql Loading