[New-bugs-announce] [issue40029] test_importlib.test_zip requires zlib but not marked

Karthikeyan Singaravelan report at bugs.python.org
Sat Mar 21 03:27:13 EDT 2020


New submission from Karthikeyan Singaravelan <tir.karthi at 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 <report at bugs.python.org>
<https://bugs.python.org/issue40029>
_______________________________________


More information about the New-bugs-announce mailing list