]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120418: Don't assume wheeldata is deleted if `WHEEL_PKG_DIR` is set (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Jun 2024 19:51:55 +0000 (21:51 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 19:51:55 +0000 (19:51 +0000)
commitf7237284b9c1768e6feb19abfad1ec54ac44ad87
treeb77c0e894310e9c0bc843c0ed713deb156768e9f
parent51724620e868512bbedb1547aca441bcd27bbe0c
[3.13] gh-120418: Don't assume wheeldata is deleted if `WHEEL_PKG_DIR` 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 030b452e34bbb0096acacb70a31915b9590c8186)

Co-authored-by: Stefano Rivera <stefano@rivera.za.net>
Lib/test/test_tools/test_makefile.py