You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Fedora, we would like to use our wheels instead of the ones bundled/vendored in Lib/test.
Ideally, we could reuse the --with-wheel-pkg-dir configure option for this.
Your environment
CPython versions tested on: 3.12.0b1
Operating system and architecture: Fedora Linux, all architectures
AlexWaygood
changed the title
RFE: Allow using setuptools and wheel wheels from a custom driectory for tests
RFE: Allow using setuptools and wheel wheels from a custom directory for tests
May 30, 2023
…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)
…ig_var('WHEEL_PKG_DIR') if set (#105056) (#105424)
Includes part of the changes from afa759f,
to make this apply.
Co-Authored-By: Lysandros Nikolaou <lisandrosnik@gmail.com>
(cherry picked from commit bd98b65)
Bug report
In Fedora, we would like to use our wheels instead of the ones bundled/vendored in Lib/test.
Ideally, we could reuse the
--with-wheel-pkg-dir
configure option for this.Your environment
This is an issue for #105056
Linked PRs
The text was updated successfully, but these errors were encountered: