New submission from Karthikeyan Singaravelan <tir.kar...@gmail.com>:

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

----------
components: Tests
messages: 364727
nosy: brett.cannon, xtreak
priority: normal
severity: normal
status: open
title: test_importlib.test_zip requires zlib but not marked
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40029>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to