Skip to content

Commit d565713

Browse files
add android/ios
1 parent a6328ee commit d565713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_zlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import sys
99
from test.support import bigmemtest, _1G, _4G, is_s390x
1010

11-
zlib = import_helper.import_module('zlib', required_on=('linux', 'darwin', 'win32', 'cygwin'))
11+
zlib = import_helper.import_module('zlib', required_on=('linux', 'android', 'ios', 'darwin', 'win32', 'cygwin'))
1212

1313
# Building CPython without zlib is not supported except WASI.
1414
#

0 commit comments

Comments
 (0)