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

[3.12] gh-117711: Only check for 'test/wheeldata' when it's actually used (GH-117712) #117749

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Apr 11, 2024

It's possible to build Python with option --with-wheel-pkg-dir
pointing to a custom wheel directory. Don't include the directory in the test
set if the wheels are used from a different location.

(cherry picked from commit d496387)

Co-authored-by: Karolina Surma 33810531+befeleme@users.noreply.github.com
Co-authored-by: Miro Hrončok miro@hroncok.cz

…sed (pythonGH-117712)

It's possible to build Python with option `--with-wheel-pkg-dir`
pointing to a custom wheel directory. Don't include the directory in the test
set if the wheels are used from a different location.

(cherry picked from commit d496387)

Co-authored-by: Karolina Surma <33810531+befeleme@users.noreply.github.com>
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
@bedevere-app bedevere-app bot added tests Tests in the Lib/test dir awaiting review skip news labels Apr 11, 2024
@vstinner vstinner enabled auto-merge (squash) April 11, 2024 10:14
@vstinner vstinner merged commit 5b681d6 into python:3.12 Apr 11, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants