Loading pkgs/development/python-modules/pycron/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ arrow, delorean, pendulum, pynose, pytestCheckHook, pytz, udatetime, Loading @@ -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; { Loading Loading
pkgs/development/python-modules/pycron/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ arrow, delorean, pendulum, pynose, pytestCheckHook, pytz, udatetime, Loading @@ -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; { Loading