aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 01a8286d..59c17357 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = pep8,pylint,yamllint,ansiblelint,bashate,py39,bandit,perm
+envlist = pep8,pylint,yamllint,bashate,py39,bandit,perm
[testenv]
pip_version = pip==20.2.4
@@ -36,10 +36,6 @@ files =
commands =
yamllint {[testenv:yamllint]files}
-[testenv:ansiblelint]
-basepython = python3.9
-commands = ansible-lint -x303 ansible/site.yml
-
[testenv:bandit]
basepython = python3.9
commands = bandit -r functest_kubernetes -x tests -n 5 -ll