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-21 14:53:35 +0100
commitd2649cb320fc95d126a5fcbbaa11737ab15edf3a (patch)
treeb8ae0488f4bf96b636856fc43afbe1a9312112a4 /tox.ini
parent385ed6b15c43af2964a607d01eae9bb839f13809 (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> (cherry picked from commit ee4aeafa6a7073c90e0496fb9efe147375197caf) (cherry picked from commit 1b0c4def95c5bf93462d3885a53012bc7f745173)
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 bd1f7d89..f0d8635f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,py27,py37,cover,perm
+envlist = docs,pep8,pylint,yamllint,bashate,py27,py37,cover,perm
skipsdist = True
[testenv]
@@ -45,11 +45,6 @@ files =
commands =
yamllint -s {[testenv:yamllint]files}
-[testenv:ansiblelint]
-basepython = python3.7
-commands =
- ansible-lint -x303,305,306 ansible/site.yml
-
[testenv:py37]
commands = nosetests xtesting/tests/unit