]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)
authorVictor Stinner <vstinner@python.org>
Thu, 30 Jan 2020 14:47:53 +0000 (15:47 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2020 14:47:53 +0000 (15:47 +0100)
commitc232c9110cfefa0935cbf158e35e91746a8a9361
treed341af64e2e5ac1a9b6f8f119bd3b8e91a325e90
parent8d49f7ceb4f961770ae61fe6a4033c4e61cc3288
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.
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]