X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=ddb7f9a29c642f24990f988e214dffacb2e458fb;hb=HEAD;hp=d08a1904b332a415a8bb855b42eec8b95af05645;hpb=8aee4c562afe73170f1da5af2baf836fcc8010cb;p=osm%2Fcommon.git diff --git a/tox.ini b/tox.ini index d08a190..ddb7f9a 100644 --- 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/