From d6b567fba460a928be51f9a651dcf292497cb5f0 Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Tue, 16 Jul 2024 16:44:51 +0200 Subject: [PATCH] ? --- scripts/runtox.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/runtox.sh b/scripts/runtox.sh index 6acf4406fb..146af7c665 100755 --- a/scripts/runtox.sh +++ b/scripts/runtox.sh @@ -25,6 +25,8 @@ done searchstring="$1" +export TOX_PARALLEL_NO_SPINNER=1 + if $excludelatest; then echo "Excluding latest" ENV="$($TOXPATH -l | grep -- "$searchstring" | grep -v -- '-latest' | tr $'\n' ',')"