python-python-crontab
Python Crontab API
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / python-python-crontab
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:smarty12:Python/python-python-crontab && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000124 124 Bytes | |
| python-python-crontab.changes | 0000003562 3.48 KB | |
| python-python-crontab.spec | 0000002590 2.53 KB | |
| python_crontab-3.2.0.tar.gz | 0000057001 55.7 KB |
Comments 2
Python 3.8 x86_64 build error in factory, while i586 passes
[ 70s] ____________________ SchedulerTestCase.test_04_schedule_ten ____________________ [ 70s] [ 70s] self = <tests.test_scheduler.SchedulerTestCase testMethod=test_04_schedule_ten> [ 70s] [ 70s] def test_04_schedule_ten(self): [ 70s] """Every Ten Minutes""" [ 70s] > self.assertSchedule("*/10 * * * *", 12, 1) [ 70s] [ 70s] tests/test_scheduler.py:104: [ 70s] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [ 70s] tests/test_scheduler.py:82: in assertSchedule [ 70s] self.assertEqual(len(ret), result) [ 70s] E AssertionError: 2 != 1The fix could be stuck in some staging, or the test could be just random :) I would not bother with it much.