-
-
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
Test tegression from gh-117711: Assuming wheels are deleted from source when WHEEL_PKG_DIR is set #120418
Labels
type-bug
An unexpected behavior, bug, or error
Comments
stefanor
added a commit
to stefanor/cpython
that referenced
this issue
Jun 12, 2024
… is set Remove wheeldata from both sides of the `assertEqual`, so that we're *actually* ignoring it from the test set. This test is only making assertions about the source tree, no code is being executed that would do anything different based on the value of `WHEEL_PKG_DIR`.
stefanor
added a commit
to stefanor/cpython
that referenced
this issue
Jun 12, 2024
… is set Remove wheeldata from both sides of the `assertEqual`, so that we're *actually* ignoring it from the test set. This test is only making assertions about the source tree, no code is being executed that would do anything different based on the value of `WHEEL_PKG_DIR`.
vstinner
pushed a commit
that referenced
this issue
Jun 12, 2024
#120419) Remove wheeldata from both sides of the `assertEqual`, so that we're *actually* ignoring it from the test set. This test is only making assertions about the source tree, no code is being executed that would do anything different based on the value of `WHEEL_PKG_DIR`.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 12, 2024
… is set (pythonGH-120419) Remove wheeldata from both sides of the `assertEqual`, so that we're *actually* ignoring it from the test set. This test is only making assertions about the source tree, no code is being executed that would do anything different based on the value of `WHEEL_PKG_DIR`. (cherry picked from commit 030b452) Co-authored-by: Stefano Rivera <stefano@rivera.za.net>
vstinner
pushed a commit
that referenced
this issue
Jun 12, 2024
…` is set (GH-120419) (#120432) gh-120418: Don't assume wheeldata is deleted if `WHEEL_PKG_DIR` is set (GH-120419) Remove wheeldata from both sides of the `assertEqual`, so that we're *actually* ignoring it from the test set. This test is only making assertions about the source tree, no code is being executed that would do anything different based on the value of `WHEEL_PKG_DIR`. (cherry picked from commit 030b452) Co-authored-by: Stefano Rivera <stefano@rivera.za.net>
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
… is set (python#120419) Remove wheeldata from both sides of the `assertEqual`, so that we're *actually* ignoring it from the test set. This test is only making assertions about the source tree, no code is being executed that would do anything different based on the value of `WHEEL_PKG_DIR`.
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
… is set (python#120419) Remove wheeldata from both sides of the `assertEqual`, so that we're *actually* ignoring it from the test set. This test is only making assertions about the source tree, no code is being executed that would do anything different based on the value of `WHEEL_PKG_DIR`.
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
… is set (python#120419) Remove wheeldata from both sides of the `assertEqual`, so that we're *actually* ignoring it from the test set. This test is only making assertions about the source tree, no code is being executed that would do anything different based on the value of `WHEEL_PKG_DIR`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
This is a regression caused by the change in #117712, which assumed that whenever
WHEEL_PKG_DIR
is set, the.whl
files in the testdata will be deleted.CPython versions tested on:
3.12
Operating systems tested on:
Linux
Linked PRs
WHEEL_PKG_DIR
is set #120419WHEEL_PKG_DIR
is set (GH-120419) #120432The text was updated successfully, but these errors were encountered: