Loading pkgs/development/python-modules/pystemd/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,9 @@ buildPythonPackage rec { nativeBuildInputs = [ pkg-config ]; nativeCheckInputs = [ lxml mock psutil pytest ]; propagatedBuildInputs = [ lxml psutil ]; nativeCheckInputs = [ mock pytest ]; checkPhase = "pytest tests"; Loading Loading
pkgs/development/python-modules/pystemd/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,9 @@ buildPythonPackage rec { nativeBuildInputs = [ pkg-config ]; nativeCheckInputs = [ lxml mock psutil pytest ]; propagatedBuildInputs = [ lxml psutil ]; nativeCheckInputs = [ mock pytest ]; checkPhase = "pytest tests"; Loading