python310Packages.schedule: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-04-26 22:56:00 +02:00 committed by GitHub
parent 253aa28f82
commit c0b74e7fd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";