Bug 2364 fixed: Performing NS-Heal when there are two NS with same member-vnf-index
[osm/osmclient.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 78629d5..f822051 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,7 @@ parallel_show_output = true
 
 #######################################################################################
 [testenv:black]
-deps = black
+deps = black==24.1.1
 skip_install = true
 commands =
         black --check --diff osmclient/
@@ -54,7 +54,7 @@ allowlist_externals = sh
 
 #######################################################################################
 [testenv:flake8]
-deps = flake8
+deps = flake8==7.0.0
 commands =
         flake8 osmclient/ setup.py
 
@@ -64,9 +64,9 @@ commands =
 deps =  {[testenv]deps}
         -r{toxinidir}/requirements-dev.txt
         -r{toxinidir}/requirements-test.txt
-        pylint
+        pylint==3.0.3
 commands =
-        pylint -E osmclient
+        pylint -E osmclient/
 
 
 #######################################################################################