[issue31998] test_zipapp failed when the zlib module is not available

2017-11-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.6 ___ Python tracker ___ __

[issue31998] test_zipapp failed when the zlib module is not available

2017-11-10 Thread Paul Moore
Paul Moore added the comment: Good catch, thanks Serhiy! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue31998] test_zipapp failed when the zlib module is not available

2017-11-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a1718bc7e0455ec5019e800d4172947bb4a07962 by Serhiy Storchaka in branch 'master': bpo-31998: Fix test_zipapp in case the zlib module is not available. (#4358) https://github.com/python/cpython/commit/a1718bc7e0455ec5019e800d4172947bb4a07962 --

[issue31998] test_zipapp failed when the zlib module is not available

2017-11-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +4313 stage: needs patch -> patch review ___ Python tracker ___ ___ P

[issue31998] test_zipapp failed when the zlib module is not available

2017-11-10 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : http://buildbot.python.org/all/#/builders/14/builds/160/steps/4/logs/stdio == ERROR: test_create_archive_with_compression (test.test_zipapp.ZipAppTest) --