This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients brett.cannon, xtreak
Date 2020-03-21.07:27:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584775633.1.0.206140912196.issue40029@roundup.psfhosted.org>
In-reply-to
Content
I was trying to compile and run tests on a fresh ubuntu 18.03 machine that didn't zlib. test_importlb.test_zip seems to have some tests that depend on zlib but not marked as such causing test errors. Like other tests these could be skipped zlib is not available using test.support.requires_zlib . Tests are as below : 

test_zip_version
test_zip_entry_points
test_case_insensitive
test_files
History
Date User Action Args
2020-03-21 07:27:13xtreaksetrecipients: + xtreak, brett.cannon
2020-03-21 07:27:13xtreaksetmessageid: <1584775633.1.0.206140912196.issue40029@roundup.psfhosted.org>
2020-03-21 07:27:13xtreaklinkissue40029 messages
2020-03-21 07:27:12xtreakcreate