python: use locally installed auditwheel

`auditwheel` is a part of manylinux images,
there is no need to create a virtual environment
and install it again.
This commit is contained in:
link2xt
2023-03-18 20:57:09 +00:00
parent fcc1fe73be
commit 635c73ffc6
3 changed files with 3 additions and 32 deletions

View File

@@ -34,18 +34,6 @@ passenv =
CARGO_TARGET_DIR
RUSTC_WRAPPER
[testenv:auditwheels]
skipsdist = True
deps = auditwheel
passenv =
DCC_RS_DEV
DCC_RS_TARGET
AUDITWHEEL_ARCH
AUDITWHEEL_PLAT
AUDITWHEEL_POLICY
commands =
python tests/auditwheels.py {toxworkdir}/wheelhouse
[testenv:lint]
skipsdist = True
skip_install = True