diff options
author | TakeV <takev@disroot.org> | 2024-11-10 15:54:43 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-11-14 15:42:26 +0100 |
commit | 54a21d7c5505446e5bea17e61f20d4ef18077c14 (patch) | |
tree | f748960eb166d0ee42cb970c5427633d8b854608 /gnu/packages/python-xyz.scm | |
parent | e62dc1ebd0c5afe3b227d1967cae6502589b9b84 (diff) | |
download | guix-54a21d7c5505446e5bea17e61f20d4ef18077c14.tar.gz guix-54a21d7c5505446e5bea17e61f20d4ef18077c14.zip |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5083473c08..2d84bfa57e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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"))))))) |