20 buildPythonPackage rec {
21 pname = "apscheduler";
25 disabled = pythonOlder "3.7";
28 pname = "APScheduler";
30 hash = "sha256-5t8HGyfZvomOSGvHlAp75QtK8unafAjwdEqW1L1M70o=";
55 substituteInPlace setup.cfg \
56 --replace-fail " --cov --tb=short" ""
62 # gevent tests have issue on newer Python releases
64 "test_add_pending_job"
67 ++ lib.optionals stdenv.hostPlatform.isDarwin [
72 pythonImportsCheck = [ "apscheduler" ];
75 description = "Library that lets you schedule your Python code to be executed";
76 homepage = "https://github.com/agronholm/apscheduler";
77 license = licenses.mit;