Uh oh!
There was an error while loading. Please reload this page.
gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('WHEEL_PKG_DIR') if set - #105056
Conversation
hroncok
commented
May 29, 2023
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
hroncok
commented
May 30, 2023
I have created an issue to make the blurb happy. |
lysnikolaou
left a comment
There was a problem hiding this comment.
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. |
miss-islington
commented
May 30, 2023
Thanks @hroncok for the PR, and @pradyunsg for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
miss-islington
commented
May 30, 2023
Sorry, @hroncok and @pradyunsg, I could not cleanly backport this to |
hroncok
commented
May 30, 2023
Ah, #104798 would need to be backported first. |
hroncok
commented
May 30, 2023
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)bedevere-bot
commented
Jun 7, 2023
GH-105424 is a backport of this pull request to the 3.12 branch. |
hroncok
commented
Jun 7, 2023
…EL_PKG_DIR') if set Proposed upstream python#105056
I am currently testing this approach in Fedora.