journalwatch: fix pytest checks
This commit is contained in:
@@ -20,14 +20,10 @@ buildPythonPackage rec {
|
||||
|
||||
|
||||
doCheck = true;
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
checkPhase = ''
|
||||
pytest test_journalwatch.py
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
pytest
|
||||
];
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
systemd
|
||||
|
||||
Reference in New Issue
Block a user