You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.)
…e zlib. (pythonGH-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 161012f)
Co-authored-by: T. Wouters <thomas@python.org>
…ve 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 161012f)
Co-authored-by: T. Wouters <thomas@python.org>
1858db7 introduced a dependency on
zlib
intest_gzip
(see https://buildbot.python.org/all/#/builders/1046/builds/2315 for the first failure), butzlib
is not guaranteed to exist./cc @Yhg1s
Linked PRs
The text was updated successfully, but these errors were encountered: