-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-110119: Temporarily skip test_cppext on --disable-gil builds. #110123
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-gil
builds until we can update pip.--disable-gil
test failures due to ABI flag #110119