commit | d4963871b03cc76fe7d9648d022d12007585beae | [log] [tgz] |
---|---|---|
author | Karolina Surma <33810531+befeleme@users.noreply.github.com> | Thu Apr 11 11:37:28 2024 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 11 11:37:28 2024 +0200 |
tree | 54c3e382d779542c8018a5a1eabeba519d6fa095 | |
parent | 02f1385f8ad6bf45376377c41f106b386d3a7eb0 [diff] |
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>