Skip to content

Commit

Permalink
Remove a test component which involves testing the daylight saving si…
Browse files Browse the repository at this point in the history
…tuation for a date in February. This test fails when the test is being run in those parts of southern hemisphere which use daylight saving.
  • Loading branch information
shearichard-nec committed Feb 22, 2024
1 parent 0e30cd2 commit c641e1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_time_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit c641e1a

Please sign in to comment.