]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Jan 2020 15:05:08 +0000 (07:05 -0800)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2020 15:05:08 +0000 (07:05 -0800)
commitb841633cc2d7619cf4a7db108d91b14926450a6e
tree67c159f9c067bcef99e9f2fa58eadf0a97831876
parentad4a20b87d79a619ffbdea3f26848780899494e5
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)

Skip test_zipfile.test_add_file_after_2107() if time.localtime()
fails with OverflowError. It is the case on AIX 6.1 for example.
(cherry picked from commit c232c9110cfefa0935cbf158e35e91746a8a9361)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_zipfile.py
Misc/NEWS.d/next/Tests/2020-01-30-15-04-54.bpo-39502.chbpII.rst [new file with mode: 0644]