aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-10 09:19:13 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-10 19:38:54 +0100
commit03d9da8dedce8354d25897f56803248c377f8f24 (patch)
treecf8372c16de53610c83adb8c99a8e3f242583a69 /tox.ini
parented0e09bb906a6b5acbbb67c17ad438cc996cd8cb (diff)
Update to Xtesting 0.82
It overrides the default log files. Change-Id: I6a1f9951b47b761e4e1832140181a57dd886117c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 63b56cf0740fd5e2e0b7b022e287b27ddb898dee)
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