Skip to content

Commit

Permalink
Issue python#24773: Include Tallinn 1999-10-31 transition in tests.
Browse files Browse the repository at this point in the history
Does not appear to be a problem anymore and I cannot figure
out why it was skipped in the first place.
  • Loading branch information
abalkin committed Aug 17, 2016
1 parent dc35cda commit e09594d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Lib/test/datetimetester.py
Original file line number Diff line number Diff line change
Expand Up @@ -4770,9 +4770,6 @@ def test_system_transitions(self):
# System support for times around the end of 32-bit time_t
# and later is flaky on many systems.
break
if self.zonename == 'Europe/Tallinn' and udt.date() == date(1999, 10, 31):
print("Skip %s %s transition" % (self.zonename, udt))
continue
s0 = (udt - datetime(1970, 1, 1)) // SEC
ss = shift // SEC # shift seconds
for x in [-40 * 3600, -20*3600, -1, 0,
Expand Down

0 comments on commit e09594d

Please sign in to comment.