aboutsummaryrefslogtreecommitdiffstats
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:09:07 +0100
commit1b0c4def95c5bf93462d3885a53012bc7f745173 (patch)
treef85cf9d08bb9152aaaebf98e55384ba5fd8d2c90
parent9dd6822f734fb5b231cc0aa81b6c4d5352e2d7df (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)
-rw-r--r--.travis.yml2
-rw-r--r--tox.ini7
2 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index dfb774f9..881159e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ jobs:
include:
- stage: run unit tests
script: >
- tox -e docs,pep8,pylint,yamllint,ansiblelint,bashate,py39,cover
+ tox -e docs,pep8,pylint,yamllint,bashate,py39,cover
- stage: build xtesting images
script: sudo -E bash build.sh
env:
diff --git a/tox.ini b/tox.ini
index 0175731a..875a1437 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