Unverified Commit c0b74e7f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.schedule: add pythonImportsCheck

parent 253aa28f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@ buildPythonPackage rec {
      "# self.assertRaises(ScheduleValueError, every().day.until, datetime.time(hour=5))"
  '';

  pythonImportsCheck = [
    "schedule"
  ];

  meta = with lib; {
    description = "Python job scheduling for humans";
    homepage = "https://github.com/dbader/schedule";