python-python-crontab
Python Crontab API
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / python-python-crontab
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages: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 | 0000003759 3.67 KB | |
| python-python-crontab.spec | 0000002497 2.44 KB | |
| python_crontab-3.3.0.tar.gz | 0000057626 56.3 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.