Unverified Commit 700e31b3 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.pycron: remove nose dependency

parent 06ebece3
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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; {