Allow to run with single tox environment
[osm/RO.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 567cefd..3aca1a4 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -72,7 +72,7 @@ deps =  {[testenv]deps}
         -r{toxinidir}/requirements-dev.txt
         -r{toxinidir}/requirements-test.txt
 skip_install = true
-whitelist_externals = sh
+allowlist_externals = sh
 commands =
         sh -c 'rm -f nosetests.xml'
         coverage erase
@@ -138,7 +138,7 @@ commands =
 #######################################################################################
 [testenv:flake8]
 deps =
-        flake8
+        flake8==5.0.4
         flake8-import-order
 skip_install = true
 commands =