GH-106160: Fix test_gzip failing under WASI, which does not have zlib. (#106167)
Fix test_gzip's failure under WASI, which does not have zlib, by using test.support.import_helper.import_module to import zlib. (gzip unconditionally imports zlib, so this does not cause any new skips.)
T
T. Wouters committed
161012fc25910a47423bae8012398bf519a88140
Parent: 84caa33
Committed by GitHub <noreply@github.com>
on 6/28/2023, 12:55:11 AM