Skip to content

Commit a74c8da

Browse files
committed
Revert "gh-110119: Temporarily skip test_cppext on --disable-gil builds. (#110123)"
The `test_cppext` can run now that the `wheel` package is updated. This reverts commit 2973970.
1 parent 7707b14 commit a74c8da

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_cppext/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
SETUP = os.path.join(os.path.dirname(__file__), 'setup.py')
1313

1414

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')
1915
@support.requires_subprocess()
2016
class TestCPPExt(unittest.TestCase):
2117
@support.requires_resource('cpu')

0 commit comments

Comments
 (0)