From d09be1f7e3f0ad3992a31a13229e6ec200b3f8f0 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 12 Jul 2022 21:04:21 +0000 Subject: [PATCH] python: don't build wheels for dependencies --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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