Merge pull request #263340 from lorenzleutgeb/pystemd

python3Packages.pystemd: fix tests
This commit is contained in:
Florian Klink 2023-10-25 18:45:26 +03:00 committed by GitHub
commit 3462a1eeb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";