aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-02 21:45:58 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-03 00:09:59 +0100
commitc567d2c862a9ac26bcea66743c8c0bd85e90145b (patch)
tree94b3a65bf0ef177d0c5f11fae4b50cc3875e4b5c /tox.ini
parent5082644a00fe5a7519753219dec10d378d268c9a (diff)
Update xtesting to 0.80.0
It allows publishing the artifacts via Xtesting. It's required by the new Xtesting Ansible role [1]. It disables the pylint warning super-on-old-class which is falsy here (xtesting 0.80 conforms with py3 rules). [1] https://github.com/collivier/ansible-role-xtesting/commit/8c62525bb0d0b5f8dcc2c4436711d5d075de8811 Change-Id: I832e5e19467c7fd86a46574448faad4d6f2d4c0d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit d0ee068c6e1c4a6e0a52156143a04feb6f9a78cb)
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 87e1b9a84..9625bf447 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,7 +41,7 @@ basepython = python2.7
commands =
pylint \
--ignore-imports=y --min-similarity-lines=10 \
- --disable=locally-disabled functest
+ --disable=locally-disabled,super-on-old-class functest
[testenv:yamllint]
basepython = python2.7