We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6328ee commit d565713Copy full SHA for d565713
Lib/test/test_zlib.py
@@ -8,7 +8,7 @@
8
import sys
9
from test.support import bigmemtest, _1G, _4G, is_s390x
10
11
-zlib = import_helper.import_module('zlib', required_on=('linux', 'darwin', 'win32', 'cygwin'))
+zlib = import_helper.import_module('zlib', required_on=('linux', 'android', 'ios', 'darwin', 'win32', 'cygwin'))
12
13
# Building CPython without zlib is not supported except WASI.
14
#
0 commit comments