1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

journalwatch: fix pytest checks

This commit is contained in:
Florian Jacob 2019-04-13 20:33:39 +02:00
parent 5e7e5a2062
commit 7b3ac169ff

View file

@ -20,14 +20,10 @@ buildPythonPackage rec {
doCheck = true; doCheck = true;
checkInputs = [ pytest ];
checkPhase = '' checkPhase = ''
pytest test_journalwatch.py
'';
buildInputs = [
pytest pytest
]; '';
propagatedBuildInputs = [ propagatedBuildInputs = [
systemd systemd