mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
journalwatch: fix pytest checks
This commit is contained in:
parent
5e7e5a2062
commit
7b3ac169ff
@ -20,14 +20,10 @@ buildPythonPackage rec {
|
||||
|
||||
|
||||
doCheck = true;
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
checkPhase = ''
|
||||
pytest test_journalwatch.py
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
pytest
|
||||
];
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
systemd
|
||||
|
Loading…
Reference in New Issue
Block a user