Skip to content

Commit

Permalink
Revert "pythongh-110119: Temporarily skip test_cppext on --disable-gi…
Browse files Browse the repository at this point in the history
…l builds. (python#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
1 parent 7707b14 commit a74c8da
Showing 1 changed file with 0 additions and 4 deletions.
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

0 comments on commit a74c8da

Please sign in to comment.