civodul pushed a commit to branch master
in repository guix.

commit 54a21d7c5505446e5bea17e61f20d4ef18077c14
Author: TakeV <[email protected]>
AuthorDate: Sun Nov 10 15:54:43 2024 -0500

    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 <[email protected]>
---
 gnu/packages/python-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

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

Reply via email to