Pin black version in tox.ini to 23.12.1
[osm/RO.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 1ea8f41..3ba46d7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -43,7 +43,7 @@ commands =
 
 #######################################################################################
 [testenv:black]
-deps = black
+deps = black==23.12.1
 skip_install = true
 commands =
         black --check --diff NG-RO
@@ -172,7 +172,7 @@ commands =
 deps =  {[testenv]deps}
         -r{toxinidir}/requirements-dev.txt
         -r{toxinidir}/requirements-test.txt
-        pylint
+        pylint==2.17.7
 skip_install = true
 commands =
         pylint -E NG-RO/osm_ng_ro --disable=E1101
@@ -373,7 +373,7 @@ commands =
 deps =  {[testenv]deps}
         -r{toxinidir}/requirements-dist.txt
 skip_install = true
-whitelist_externals = sh
+allowlist_externals = sh
 changedir = {toxinidir}/RO-SDN-tapi
 commands =
         sh -c 'rm -rf deb_dist dist osm_rosdn_tapi.egg-info osm_rosdn_tapi*.tar.gz'