diff --git a/python/tox.ini b/python/tox.ini index e3bbaa43b..74cc1c554 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -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