commit | c232c9110cfefa0935cbf158e35e91746a8a9361 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Jan 30 15:47:53 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Jan 30 15:47:53 2020 +0100 |
tree | d341af64e2e5ac1a9b6f8f119bd3b8e91a325e90 | |
parent | 8d49f7ceb4f961770ae61fe6a4033c4e61cc3288 [diff] |
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.