Update ansible-lint to fix the rich dep
ansible-lint is currently broken when older than a recent release. This is due to to the 'rich' dependency updating without a pin and not working with older ansible. Change-Id: Id93a2bc0b452bafca1dca8550ffc825d72533cdc
This commit is contained in:
parent
fcad299b94
commit
e99d3cb407
4
tox.ini
4
tox.ini
@ -31,8 +31,8 @@ deps =
|
|||||||
# things from a later ansible that would actually fail in
|
# things from a later ansible that would actually fail in
|
||||||
# production.
|
# production.
|
||||||
ansible>=2.8,<=2.9
|
ansible>=2.8,<=2.9
|
||||||
ansible-lint>=4.2.0,<5
|
ansible-lint>=5.0.0,<6.0.0
|
||||||
hacking>=2.0.0,<2.1.0
|
hacking>=4.0.0,<5.0.0
|
||||||
bashate>=0.2
|
bashate>=0.2
|
||||||
commands =
|
commands =
|
||||||
{toxinidir}/tools/run-bashate.sh
|
{toxinidir}/tools/run-bashate.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user