gh-110119: Temporarily skip test_cppext on --disable-gil builds.#110123
gh-110119: Temporarily skip test_cppext on --disable-gil builds.#110123carljm merged 1 commit intopython:mainfrom
Conversation
The current version of pip does not support "t" in the ABI flags. Skip the test in `--disable-gil` builds until we can update pip.
|
!buildbot noGIL |
|
The regex 'noGIL' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
|
@itamaro - I don't think there's a way to run the PRs agains the noGIL build bots, maybe because they're not marked as stable? (Although considering I just broke them, maybe it's best they weren't marked stable) |
I don't know if the buildbot matching is case sensitive or not, and whether it matches against builder name (would be "NoGIL") of tags (would be "nogil"). |
|
It's no longer case sensitive (since yesterday when vstinner changed it) |
|
…l builds. (python#110123)" The `test_cppext` can run now that the `wheel` package is updated. This reverts commit 2973970.
python#110123) The current version of pip does not support "t" in the ABI flags. Skip the test in `--disable-gil` builds until we can update pip.
The current version of pip does not support "t" in the ABI flags. Skip the test in
--disable-gilbuilds until we can update pip.--disable-giltest failures due to ABI flag #110119