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 99b8236 commit 2a344f3Copy full SHA for 2a344f3
Lib/test/test_sysconfig.py
@@ -626,6 +626,7 @@ def test_makefile_overwrites_config_vars(self):
626
self.assertNotEqual(data['prefix'], data['base_prefix'])
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
def test_sysconfigdata_json(self):
631
if '_PYTHON_SYSCONFIGDATA_PATH' in os.environ:
632
data_dir = os.environ['_PYTHON_SYSCONFIGDATA_PATH']
0 commit comments