]> granicus.if.org Git - python/commitdiff
Issue #24773: Include Tallinn 1999-10-31 transition in tests.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 17 Aug 2016 23:56:17 +0000 (19:56 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 17 Aug 2016 23:56:17 +0000 (19:56 -0400)
Does not appear to be a problem anymore and I cannot figure
out why it was skipped in the first place.

Lib/test/datetimetester.py

index 5413bcaa921cd3043461a540781ebe020a062bba..a0583072d9ec221af6ed3a28bc7f0ceb3ba902a5 100644 (file)
@@ -4770,9 +4770,6 @@ class ZoneInfoTest(unittest.TestCase):
                     # 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,