gh-110119: Temporarily skip test_cppext on --disable-gil builds. (#11… · python/cpython@2973970

GitHub

Original file line numberDiff line numberDiff line change@@ -14,6 +14,10 @@

1414SETUP=os.path.join(os.path.dirname(__file__), 'setup.py')

1515161617+# gh-110119: pip does not currently support 't' in the ABI flag use by

18+# --disable-gil builds. Once it does, we can remove this skip.

[email protected](sysconfig.get_config_var('Py_NOGIL') ==1,

20+'test does not work with --disable-gil')

[email protected]_subprocess()

1822classTestCPPExt(unittest.TestCase):

[email protected]_resource('cpu')