Enable parallel execution and output of tox env 18/14318/2 master
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 9 Apr 2024 15:33:37 +0000 (17:33 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 10 Apr 2024 07:02:36 +0000 (09:02 +0200)
Change-Id: Id16a89fe150c344298c317fb27874e42c1ef4876
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
devops-stages/stage-test.sh
tox.ini

index 276d0d3..c9360d5 100755 (executable)
@@ -14,5 +14,5 @@
 # limitations under the License.
 
 echo Launching tox
-tox --parallel=auto
+TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto
 
diff --git a/tox.ini b/tox.ini
index b648ff1..ddb7f9a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -27,7 +27,7 @@ basepython = python3.10
 setenv = VIRTUAL_ENV={envdir}
          PYTHONDONTWRITEBYTECODE = 1
 deps =  -r{toxinidir}/requirements.txt
-
+parallel_show_output = true
 
 #######################################################################################
 [testenv:black]