From b1ceaa7dd269375f26fb2ef7794f922bf58f073b Mon Sep 17 00:00:00 2001 From: PProfizi Date: Tue, 3 Jun 2025 15:01:49 +0200 Subject: [PATCH] Add parallel_show_output=True to test environments in tox.ini --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 8f134dc2f00..64b32bd7834 100644 --- a/tox.ini +++ b/tox.ini @@ -54,6 +54,8 @@ pass_env = deps = -r requirements/requirements_test.txt +parallel_show_output = True + [testenv:build-wheel] description = Environment for custom build of package wheels