python312Packages.pycron: remove nose dependency
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user