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:
TakeV 2024-11-10 15:54:43 -05:00 committed by Ludovic Courtès
parent e62dc1ebd0
commit 54a21d7c55
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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