Update Dockerfile to run apt update before apt install
[osm/osmclient.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 8997616..8b329bf 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/
 
 
 #######################################################################################
@@ -66,7 +66,7 @@ deps =  {[testenv]deps}
         -r{toxinidir}/requirements-test.txt
         pylint
 commands =
-        pylint -E osmclient
+        pylint -E osmclient
 
 
 #######################################################################################