[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74302: [PATCH] gnu: python-crontab: Fix failing tests
From: |
Ludovic Courtès |
Subject: |
bug#74302: [PATCH] gnu: python-crontab: Fix failing tests |
Date: |
Thu, 14 Nov 2024 15:43:04 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
TakeV <takev@disroot.org> skribis:
> * gnu/packages/python-xyz.scm (python-crontab) [arguments]: Turn off frequency
> at month check
>
> Change-Id: Ia6a8f703119dc61ddc6b359fca161dfb5a21319d
Applied, thanks!
> + ;; Fails on leap years
> + (("test_19_frequency_at_month")
> + "__off_test_19_frequency_at_month")
An interesting time trap…
Ludo’.