Enable parallel execution and output of tox env
[osm/common.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index d08a190..ddb7f9a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -27,11 +27,11 @@ basepython = python3.10
 setenv = VIRTUAL_ENV={envdir}
          PYTHONDONTWRITEBYTECODE = 1
 deps =  -r{toxinidir}/requirements.txt
-
+parallel_show_output = true
 
 #######################################################################################
 [testenv:black]
-deps = black
+deps = black==23.12.1
 skip_install = true
 commands =
         black --check --diff osm_common/