Code Review
/
ansible
/
roles
/
lf-recommended-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cfe75b1
)
Fix yamllint tox errors
62/67262/5
author
Anil Belur
<abelur@linuxfoundation.org>
Tue, 30 Mar 2021 00:18:52 +0000
(10:18 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Tue, 30 Mar 2021 21:49:34 +0000
(07:49 +1000)
yamllint missing in $PATH causes molecule tests
to fail.
Ref: https://github.com/ansible-community/molecule/issues/2781
Change-Id: I56239b893cac2aeeb364ab41b70d98126a057637
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
313edbd
..
a8d316b
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-11,6
+11,8
@@
deps =
ansible~=2.9.6
ansible-lint~=4.2.0
docker
+ yamllint
+ molecule~=3.0.8
molecule[docker]
pytest~=5.4.0
passenv = *