mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-crontab: Fix failing tests
* gnu/packages/python-xyz.scm (python-crontab) [arguments]: Turn off frequency at month check Change-Id: Ia6a8f703119dc61ddc6b359fca161dfb5a21319d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e62dc1ebd0
commit
54a21d7c55
1 changed files with 3 additions and 0 deletions
|
@ -29547,6 +29547,9 @@ format.")
|
|||
"tests/test_frequency.py")
|
||||
(("test_07_non_posix_shell")
|
||||
"__off_test_07_non_posix_shell")
|
||||
;; Fails on leap years
|
||||
(("test_19_frequency_at_month")
|
||||
"__off_test_19_frequency_at_month")
|
||||
;; AssertionError: 48 != 24
|
||||
(("test_20_frequency_at_year")
|
||||
"__off_test_20_frequency_at_year")))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue