]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35317: Fix mktime() error in test_email (GH-10721)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Nov 2018 11:57:56 +0000 (03:57 -0800)
committerGitHub <noreply@github.com>
Tue, 27 Nov 2018 11:57:56 +0000 (03:57 -0800)
commitd669154ee52048f98ac63ba177f3fd1cf62f0174
tree361b2406c733a7b163303e817e04c82e8c52352e
parent7f9fb0f34555641722be5468b7fbd53dd3c0f1e2
bpo-35317: Fix mktime() error in test_email (GH-10721)

Fix mktime() overflow error in test_email: run
test_localtime_daylight_true_dst_true() and
test_localtime_daylight_false_dst_true() with a specific timezone.
(cherry picked from commit cfaafda8e3e19764682abb4bd4c574accb784c42)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/test_email/test_utils.py
Misc/NEWS.d/next/Tests/2018-11-26-16-54-21.bpo-35317.jByGP2.rst [new file with mode: 0644]