Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "gh-110119: Temporarily skip test_cppext on --disable-gil buil…
…ds. (#110123)"

The `test_cppext` can run now that the `wheel` package is updated.

This reverts commit 2973970.
  • Loading branch information
colesbury committed Mar 18, 2024
commit a74c8dae5fc4941b63bb7ac7a025796622af644f
4 changes: 0 additions & 4 deletions Lib/test/test_cppext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
SETUP = os.path.join(os.path.dirname(__file__), 'setup.py')


# gh-110119: pip does not currently support 't' in the ABI flag use by
# --disable-gil builds. Once it does, we can remove this skip.
@unittest.skipIf(support.Py_GIL_DISABLED,
'test does not work with --disable-gil')
@support.requires_subprocess()
class TestCPPExt(unittest.TestCase):
@support.requires_resource('cpu')
Expand Down