]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120418: Don't assume wheeldata is deleted if `WHEEL_PKG_DIR` is set (#120419)
authorStefano Rivera <stefano@rivera.za.net>
Wed, 12 Jun 2024 19:19:36 +0000 (12:19 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 19:19:36 +0000 (21:19 +0200)
commit030b452e34bbb0096acacb70a31915b9590c8186
tree9dbb353d26a64a9ee5f241e06be4932cf9cd4d38
parent3453362183f083e37ea866a7ae1b34147ffaf81d
gh-120418: Don't assume wheeldata is deleted if `WHEEL_PKG_DIR` is set (#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`.
Lib/test/test_tools/test_makefile.py