]> granicus.if.org Git - python/commit
bpo-34325: Skip zipfile test for large timestamps when filesystem don't support them...
authorMarcel Plch <gmarcel.plch@gmail.com>
Fri, 3 Aug 2018 15:59:19 +0000 (17:59 +0200)
committerPetr Viktorin <encukou@gmail.com>
Fri, 3 Aug 2018 15:59:19 +0000 (17:59 +0200)
commit7b41dbad78c6b03ca2f98800a92a1977d3946643
tree6646bd8bb4ed47a60855c7457afdead79075ece3
parentcaba55b3b735405b280273f7d99866a046c18281
bpo-34325: Skip zipfile test for large timestamps when filesystem don't support them. (GH-8656)

When the filesystem doesn't support files with large timestamps,
skip testing that such files can be zipped.
Lib/test/test_zipfile.py