Skip to content
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

RFE: Allow using setuptools and wheel wheels from a custom directory for tests #105084

Closed
hroncok opened this issue May 30, 2023 · 1 comment
Closed
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@hroncok
Copy link
Contributor

hroncok commented May 30, 2023

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

  • CPython versions tested on: 3.12.0b1
  • Operating system and architecture: Fedora Linux, all architectures

This is an issue for #105056

Linked PRs

@hroncok hroncok added the type-bug An unexpected behavior, bug, or error label May 30, 2023
@AlexWaygood AlexWaygood added the tests Tests in the Lib/test dir label May 30, 2023
@AlexWaygood 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
pradyunsg pushed a commit that referenced this issue May 30, 2023
hroncok added a commit to hroncok/cpython that referenced this issue Jun 7, 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)
lysnikolaou pushed a commit that referenced this issue Jun 13, 2023
…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)
@lysnikolaou
Copy link
Member

Thanks @hroncok for the push on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants