]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-106160: Fix test_gzip failing under WASI, which does not have zlib. (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 Jun 2023 10:46:16 +0000 (03:46 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2023 10:46:16 +0000 (16:16 +0530)
commit442f5ec042a2d18eaaa49346d9c86bba6389958d
tree585f9eab77be30eeab56cecc52d8911d643d88b6
parent56e39192c8e78ef498aa60a9fd5eb15b2c7338e1
[3.12] GH-106160: Fix test_gzip failing under WASI, which does not have zlib. (GH-106167) (#106170)

GH-106160: Fix test_gzip failing under WASI, which does not have zlib. (GH-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.)
(cherry picked from commit 161012fc25910a47423bae8012398bf519a88140)

Co-authored-by: T. Wouters <thomas@python.org>
Lib/test/test_gzip.py