Fix Bug 2282: Can't instantiate NS using a pre-existing volume
[osm/RO.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index f2d9692..1651e43 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
@@ -138,7 +138,7 @@ commands =
 #######################################################################################
 [testenv:flake8]
 deps =
-        flake8
+        flake8==6.1.0
         flake8-import-order
 skip_install = true
 commands =