python: don't build wheels for dependencies

This commit is contained in:
link2xt
2022-07-12 21:04:21 +00:00
committed by holger krekel
parent ed5fc820c2
commit d09be1f7e3

View File

@@ -9,7 +9,7 @@ envlist =
[testenv]
commands =
pytest -n6 --extra-info --reruns 2 --reruns-delay 5 -v -rsXx --ignored --strict-tls {posargs: tests examples}
pip wheel . -w {toxworkdir}/wheelhouse
pip wheel . -w {toxworkdir}/wheelhouse --no-deps
passenv =
DCC_RS_DEV
DCC_RS_TARGET