Feature 10960 Performance optimizations for the polling of VM status in RO
[osm/RO.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 970706a..b9cbdb6 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -71,7 +71,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
@@ -450,7 +450,8 @@ ignore =
         E125,
         E203,
         E226,
-        E241
+        E241,
+        E501,
 exclude =
         .git,
         __pycache__,