aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e3297fc1..9aa84153 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,7 +23,7 @@ commands = flake8
[testenv:pylint]
basepython = python2.7
-commands = pylint --disable=locally-disabled --reports=n functest_kubernetes
+commands = pylint --disable=locally-disabled,super-on-old-class --reports=n functest_kubernetes
[testenv:yamllint]
basepython = python2.7