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 7707b14 commit a74c8daCopy full SHA for a74c8da
Lib/test/test_cppext/__init__.py
@@ -12,10 +12,6 @@
12
SETUP = os.path.join(os.path.dirname(__file__), 'setup.py')
13
14
15
-# gh-110119: pip does not currently support 't' in the ABI flag use by
16
-# --disable-gil builds. Once it does, we can remove this skip.
17
-@unittest.skipIf(support.Py_GIL_DISABLED,
18
- 'test does not work with --disable-gil')
19
@support.requires_subprocess()
20
class TestCPPExt(unittest.TestCase):
21
@support.requires_resource('cpu')
0 commit comments