journalwatch: fix pytest checks

This commit is contained in:
Florian Jacob
2019-04-24 21:26:26 +02:00
parent 5e7e5a2062
commit 7b3ac169ff
+2 -6
View File
@@ -20,14 +20,10 @@ buildPythonPackage rec {
doCheck = true;
checkInputs = [ pytest ];
checkPhase = ''
pytest test_journalwatch.py
'';
buildInputs = [
pytest
];
'';
propagatedBuildInputs = [
systemd