aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-01-04 23:07:08 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2022-01-04 23:07:46 +0100
commitee4aeafa6a7073c90e0496fb9efe147375197caf (patch)
treeb02707bb1d509d7b650ed5746ab71007fdee4470 /tox.ini
parent17739d718901a10f7ec0aaf9a6d53141294a347d (diff)
Remove ansiblelint as tox entry
It false asks for ansible in any XtestingCI child's test requirements. Change-Id: I6cff0ba900360c97db64f519ef4055e2e18cc28c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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 6f4f6230..c09e942d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,py39,cover,perm
+envlist = docs,pep8,pylint,yamllint,bashate,py39,cover,perm
skipsdist = True
[testenv]
@@ -45,11 +45,6 @@ files =
commands =
yamllint -s {[testenv:yamllint]files}
-[testenv:ansiblelint]
-basepython = python3.9
-commands =
- ansible-lint -xcommand-instead-of-module,command-instead-of-shell,risky-shell-pipe ansible/site.yml
-
[testenv:py38]
commands = nosetests xtesting/tests/unit