Loading pkgs/development/python-modules/pystemd/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ , python , fetchPypi , systemd , lxml , psutil , pytest , mock , pkg-config }: Loading @@ -22,7 +24,7 @@ buildPythonPackage rec { nativeBuildInputs = [ pkg-config ]; nativeCheckInputs = [ pytest mock ]; nativeCheckInputs = [ lxml mock psutil pytest ]; checkPhase = "pytest tests"; Loading Loading
pkgs/development/python-modules/pystemd/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ , python , fetchPypi , systemd , lxml , psutil , pytest , mock , pkg-config }: Loading @@ -22,7 +24,7 @@ buildPythonPackage rec { nativeBuildInputs = [ pkg-config ]; nativeCheckInputs = [ pytest mock ]; nativeCheckInputs = [ lxml mock psutil pytest ]; checkPhase = "pytest tests"; Loading