tox: fix "test command found but not installed in testenv" warning

Determine architecture from python instead of using sh and uname
This commit is contained in:
link2xt
2021-05-23 18:40:40 +03:00
parent 7e3bfd38f0
commit 2a83147d90
2 changed files with 5 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ deps =
skipsdist = True
deps = auditwheel
commands =
sh -c 'python tests/auditwheels.py {toxworkdir}/wheelhouse $(uname -m)'
python tests/auditwheels.py {toxworkdir}/wheelhouse
[testenv:lint]
skipsdist = True