diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2016-08-17 23:56:17 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2016-08-17 23:56:17 (GMT) |
commit | e09594d5ebc14ef88a5620b4b9978679626429e2 (patch) | |
tree | 86aa55800d767a28ee9627cef7dc6a775a2e62c8 | |
parent | dc35cda2de9888f78218fd5207f516ceec0d4e82 (diff) | |
download | cpython-e09594d5ebc14ef88a5620b4b9978679626429e2.zip cpython-e09594d5ebc14ef88a5620b4b9978679626429e2.tar.gz cpython-e09594d5ebc14ef88a5620b4b9978679626429e2.tar.bz2 |
Issue #24773: Include Tallinn 1999-10-31 transition in tests.
Does not appear to be a problem anymore and I cannot figure
out why it was skipped in the first place.
-rw-r--r-- | Lib/test/datetimetester.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/datetimetester.py b/Lib/test/datetimetester.py index 5413bca..a058307 100644 --- a/Lib/test/datetimetester.py +++ b/Lib/test/datetimetester.py @@ -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, |