[issue6026] test_(zipfile|zipimport|gzip|distutils) fail if zlib is not available

Amaury Forgeot d'Arc report at bugs.python.org
Thu Jul 2 10:27:50 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

test_zipfile and test_zipimport should be enabled when zlib is not
available: a zip file can store data uncompressed, and does not need
zlib in this case.
Only disable tests that require compression.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6026>
_______________________________________


More information about the Python-bugs-list mailing list