Unverified Commit 3462a1ee authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

Merge pull request #263340 from lorenzleutgeb/pystemd

python3Packages.pystemd: fix tests
parents 397a9c1e e8bd9c59
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";