From: garciadeblas Date: Mon, 29 Jan 2024 17:26:53 +0000 (+0100) Subject: Pin black version in tox.ini to 23.12.1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain Pin black version in tox.ini to 23.12.1 Change-Id: Ica4b7a2ec310cffa116f319818f755c5062f0787 Signed-off-by: garciadeblas --- diff --git a/tox.ini b/tox.ini index 704aa6c..63aaf7a 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ deps = -r{toxinidir}/requirements.txt ####################################################################################### [testenv:black] -deps = black +deps = black==23.12.1 skip_install = true commands = black --check --diff n2vc/