Skip to content

Commit 22b4316

Browse files
committed
Skip test on Android and iOS
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 8d351de commit 22b4316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_sysconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ def test_makefile_overwrites_config_vars(self):
628628

629629
@unittest.skipIf(os.name != 'posix', '_sysconfig-vars JSON file is only available on POSIX')
630630
@unittest.skipIf(is_wasi, "_sysconfig-vars JSON file currently isn't available on WASI")
631+
@unittest.skipIf(is_android or is_apple_mobile, 'Android and iOS change the prefix')
631632
def test_sysconfigdata_json(self):
632633
if '_PYTHON_SYSCONFIGDATA_PATH' in os.environ:
633634
data_dir = os.environ['_PYTHON_SYSCONFIGDATA_PATH']

0 commit comments

Comments
 (0)