mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
d4963871b0
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>