Pin pylint version to 3.1.1 in tox.ini
[osm/osmclient.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 8997616..0345319 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -31,10 +31,10 @@ parallel_show_output = true
 
 #######################################################################################
 [testenv:black]
-deps = black
+deps = black==23.12.1
 skip_install = true
 commands =
-        black --check --diff osmclient/
+        black --check --diff osmclient/
 
 
 #######################################################################################
@@ -64,9 +64,9 @@ commands =
 deps =  {[testenv]deps}
         -r{toxinidir}/requirements-dev.txt
         -r{toxinidir}/requirements-test.txt
-        pylint
+        pylint==3.1.1
 commands =
-        pylint -E osmclient
+        pylint -E osmclient
 
 
 #######################################################################################