We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1950751 commit 4765742Copy full SHA for 4765742
pkgs/development/python-modules/pystemd/default.nix
@@ -25,7 +25,9 @@ buildPythonPackage rec {
25
26
nativeBuildInputs = [ pkg-config ];
27
28
- nativeCheckInputs = [ lxml mock psutil pytest ];
+ propagatedBuildInputs = [ lxml psutil ];
29
+
30
+ nativeCheckInputs = [ mock pytest ];
31
32
checkPhase = "pytest tests";
33
0 commit comments