aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-11-10 15:42:57 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-11-15 14:38:59 +0100
commit174ce3aea98e00758c592218c184dc3bf78393f1 (patch)
tree917f9709b5297199eb9b00d09025faa35dcc5400 /tox.ini
parent0eeb645dbd529505e33386897f8574f12f385118 (diff)
Update linters and fix all new issues
It mostly add encoding in open calls and leverage f-strings. Change-Id: Ifead18fc724a452c1067dcf91dc577032edc9c59 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 4fdbdd34fb5fea55571a18b2438ececa953928ff)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index a316d9914..2ac49bac0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py39,cover,perm
+envlist = docs,pep8,pylint,yamllint,bashate,bandit,py39,cover,perm
[testenv]
pip_version = pip==20.2.4
@@ -57,11 +57,6 @@ files =
commands =
yamllint -s {[testenv:yamllint]files}
-[testenv:ansiblelint]
-basepython = python3.9
-commands =
- ansible-lint -x303 ansible/site.yml
-
[testenv:py37]
commands = nosetests functest/tests/unit