]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117711: Only check for 'test/wheeldata' when it's actually used (#117712)
authorKarolina Surma <33810531+befeleme@users.noreply.github.com>
Thu, 11 Apr 2024 09:37:28 +0000 (11:37 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2024 09:37:28 +0000 (11:37 +0200)
commitd4963871b03cc76fe7d9648d022d12007585beae
tree54c3e382d779542c8018a5a1eabeba519d6fa095
parent02f1385f8ad6bf45376377c41f106b386d3a7eb0
gh-117711: Only check for 'test/wheeldata' when it's actually used (#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.

Co-authored-by: Miro HronĨok <miro@hroncok.cz>
Lib/test/test_tools/test_makefile.py