-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('WHEEL_PKG_DIR') if set #105056
Conversation
Open question: Should TEST_HOME_DIR be considered when the wheel is not found in WHEEL_PKG_DIR? The current implementation assumes that when WHEEL_PKG_DIR is set, it contains wheels for setuptools and wheel, but it does not necessarily need to be so (some distributors might only have pip there). |
I've tested -- it seem this approach works for Fedora. |
…EL_PKG_DIR') if set Proposed upstream python#105056
I have created an issue to make the blurb happy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks @hroncok!
Thanks, folks. Could you please add a Python 3.12 label? This is tests-only, so I belive it may still go into 3.12. |
Thanks @hroncok for the PR, and @pradyunsg for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @hroncok and @pradyunsg, I could not cleanly backport this to |
Ah, #104798 would need to be backported first. |
I have a patch in Fedora that applies to 3.11.0b1 and can backport that one, but I guess I'll ask first. |
…g_var('WHEEL_PKG_DIR') if set (python#105056) Includes part of the changes from afa759f, to make this apply. Co-Authored-By: Lysandros Nikolaou <lisandrosnik@gmail.com> (cherry picked from commit bd98b65)
GH-105424 is a backport of this pull request to the 3.12 branch. |
…EL_PKG_DIR') if set Proposed upstream python#105056
I am currently testing this approach in Fedora.