]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-117711: Only check for 'test/wheeldata' when it's actually used (GH-117712...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Apr 2024 10:22:17 +0000 (12:22 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2024 10:22:17 +0000 (10:22 +0000)
commit5b681d60a6501e6c733546bc87c8631b23b80e45
treea7c76792eaab28f538dfdbf9493eb5132271bbcd
parent2a508572ab86320c80edfa829329232ad5a4b8e9
[3.12] gh-117711: Only check for 'test/wheeldata' when it's actually used (GH-117712) (#117749)

gh-117711: Only check for 'test/wheeldata' when it's actually used (GH-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 d4963871b03cc76fe7d9648d022d12007585beae)

Co-authored-by: Karolina Surma <33810531+befeleme@users.noreply.github.com>
Co-authored-by: Miro HronĨok <miro@hroncok.cz>
Lib/test/test_tools/test_makefile.py