Commit e8bd9c59 authored by Lorenz Leutgeb's avatar Lorenz Leutgeb
Browse files

pystemd: fix tests

parent 2e647def
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";