Skip to content

Commit 8d351de

Browse files
committed
Skip test on WASI
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 2a344f3 commit 8d351de

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
@@ -627,6 +627,7 @@ def test_makefile_overwrites_config_vars(self):
627627
self.assertNotEqual(data['exec_prefix'], data['base_exec_prefix'])
628628

629629
@unittest.skipIf(os.name != 'posix', '_sysconfig-vars JSON file is only available on POSIX')
630+
@unittest.skipIf(is_wasi, "_sysconfig-vars JSON file currently isn't available on WASI")
630631
def test_sysconfigdata_json(self):
631632
if '_PYTHON_SYSCONFIGDATA_PATH' in os.environ:
632633
data_dir = os.environ['_PYTHON_SYSCONFIGDATA_PATH']

0 commit comments

Comments
 (0)