Pin black, flake and pylint versions in tox.ini
Change-Id: Ibc788448bf70586f1cc75078333552d5559d3a36
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/tox.ini b/tox.ini
index e1560bb..f822051 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,7 @@
#######################################################################################
[testenv:black]
-deps = black
+deps = black==24.1.1
skip_install = true
commands =
black --check --diff osmclient/
@@ -54,7 +54,7 @@
#######################################################################################
[testenv:flake8]
-deps = flake8
+deps = flake8==7.0.0
commands =
flake8 osmclient/ setup.py
@@ -64,7 +64,7 @@
deps = {[testenv]deps}
-r{toxinidir}/requirements-dev.txt
-r{toxinidir}/requirements-test.txt
- pylint
+ pylint==3.0.3
commands =
pylint -E osmclient/