mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 22:46:29 +03:00
Use AUDITWHEEL_PLAT variable
manylinux images set AUDITWHEEL_PLAT variable which is used as a default --plat value by auditwheel.
This commit is contained in:
@@ -28,6 +28,10 @@ deps =
|
||||
[testenv:auditwheels]
|
||||
skipsdist = True
|
||||
deps = auditwheel
|
||||
passenv =
|
||||
AUDITWHEEL_ARCH
|
||||
AUDITWHEEL_PLAT
|
||||
AUDITWHEEL_POLICY
|
||||
commands =
|
||||
python tests/auditwheels.py {toxworkdir}/wheelhouse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user