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 2a344f3 commit 8d351deCopy full SHA for 8d351de
Lib/test/test_sysconfig.py
@@ -627,6 +627,7 @@ def test_makefile_overwrites_config_vars(self):
627
self.assertNotEqual(data['exec_prefix'], data['base_exec_prefix'])
628
629
@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")
631
def test_sysconfigdata_json(self):
632
if '_PYTHON_SYSCONFIGDATA_PATH' in os.environ:
633
data_dir = os.environ['_PYTHON_SYSCONFIGDATA_PATH']
0 commit comments