Update src/icalendar/tests/test_timezoned.py

Co-authored-by: Steve Piercy <web@stevepiercy.com>
pull/623/head
Nicco Kunzmann 2024-06-10 17:27:46 +01:00 zatwierdzone przez GitHub
rodzic 5146c087c5
commit 5762ac30e8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -140,7 +140,7 @@ def test_america_new_york_with_pytz(calendars, tzp, pytz_only):
dt = cal.walk('VEVENT')[0]['DTSTART'][0].dt
tz = dt.tzinfo
tz_new_york = tzp.timezone('America/New_York')
# for reasons (tm) the locally installed version of the time zone
# for reasons (tm) the locally installed version of the timezone
# database isn't always complete, therefore we only compare some
# transition times
ny_transition_times = []