From c641e1a0224f5a6aac06514e6f215051dc87e25c Mon Sep 17 00:00:00 2001 From: shearichard-nec Date: Thu, 22 Feb 2024 14:39:20 +1300 Subject: [PATCH] Remove a test component which involves testing the daylight saving situation for a date in February. This test fails when the test is being run in those parts of southern hemisphere which use daylight saving. --- tests/test_time_util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_time_util.py b/tests/test_time_util.py index 43c6fb0b4..c614b5078 100644 --- a/tests/test_time_util.py +++ b/tests/test_time_util.py @@ -105,7 +105,6 @@ def test_add_duration_3(): assert t.tm_wday == 5 assert t.tm_wday == 5 assert t.tm_yday == 43 - assert t.tm_isdst == 0 def test_add_duration_4():