Merge pull request #263340 from lorenzleutgeb/pystemd
python3Packages.pystemd: fix tests
This commit is contained in:
commit
3462a1eeb0
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
|||
, python
|
||||
, fetchPypi
|
||||
, systemd
|
||||
, lxml
|
||||
, psutil
|
||||
, pytest
|
||||
, mock
|
||||
, pkg-config }:
|
||||
|
@ -22,7 +24,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
nativeCheckInputs = [ pytest mock ];
|
||||
nativeCheckInputs = [ lxml mock psutil pytest ];
|
||||
|
||||
checkPhase = "pytest tests";
|
||||
|
||||
|
|
Loading…
Reference in a new issue