python312Packages.pycron: remove nose dependency

This commit is contained in:
Martin Weinelt 2024-07-09 01:19:53 +02:00
parent 06ebece322
commit 700e31b3bd
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -6,7 +6,6 @@
arrow,
delorean,
pendulum,
pynose,
pytestCheckHook,
pytz,
udatetime,
@ -30,12 +29,16 @@ buildPythonPackage rec {
arrow
delorean
pendulum
pynose
pytestCheckHook
pytz
udatetime
];
disabledTestPaths = [
# depens on nose
"tests/test_has_been.py"
];
pythonImportsCheck = [ "pycron" ];
meta = with lib; {