python3Packages.croniter: use pytestCheckHook
This commit is contained in:
parent
7352df865a
commit
ec7ff8b0dc
1 changed files with 2 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, python-dateutil
|
||||
, pytest
|
||||
, pytestCheckHook
|
||||
, pytz
|
||||
, natsort
|
||||
, tzlocal
|
||||
|
@ -23,15 +23,11 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
checkInputs = [
|
||||
pytest
|
||||
pytestCheckHook
|
||||
pytz
|
||||
tzlocal
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
pytest src/croniter
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "croniter provides iteration for datetime object with cron like format";
|
||||
homepage = "https://github.com/kiorky/croniter";
|
||||
|
|
Loading…
Reference in a new issue