-
-
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
--disable-gil
test failures due to ABI flag
#110119
Comments
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.
…0123) 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.
…ures Use "t" in the expected tag for `--disable-gil` builds in test_tagged_suffix.
…110422) Use "t" in the expected tag for `--disable-gil` builds in test_tagged_suffix.
These are fixed now. The Windows buildbot needed to not be run from the "Developer Command Prompt for VS 2022". |
Oops I was looking at the wrong green icon. |
If pip is fixed, can the test upgrade pip if running NoGIL Python, as a temporary workaround? |
Pip's not fixed yet, but that might be possible once it's fixed. I just put up a PR pypa/packaging#728 to update packaging.tags and then that would need to be pulled into pip's vendored copy of packaging. |
Until pip is fixed, sure, you can skip test_cppext on NoGIL build. |
The Windows test looks like it's passing now. |
…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.
…ures (python#110422) Use "t" in the expected tag for `--disable-gil` builds in test_tagged_suffix.
Bug report
On Linux and macOS,
test_cppext
fails due to:Example build: https://buildbot.python.org/all/#/builders/1217/builds/286
Resolving this failure will require updating
pip
and our bundled pip version. In the meantime, I will skip this test on--disable-gil
builds.On Windows, there are additional build failures (
test_importlib
,test_peg_generator
)Example build: https://buildbot.python.org/all/#/builders/1241/builds/18
Resolving the Windows test failures require #110049 so that we have a standard way of determining
--disable-gil
builds from Python code.Linked PRs
--disable-gil
Windows test failures #110422The text was updated successfully, but these errors were encountered: