Update ansible-lint version
Change-Id: Ic738d717b4364c3fa67ccab1f7d171a8ea81cd03
This commit is contained in:
parent
a67fd5e4c5
commit
0ca4ddf578
@ -116,8 +116,7 @@ if [[ "${ACTION}" == "varstest" ]]; then
|
|||||||
elif [[ "${ACTION}" == "linters" ]]; then
|
elif [[ "${ACTION}" == "linters" ]]; then
|
||||||
pushd "${OSA_CLONE_DIR}"
|
pushd "${OSA_CLONE_DIR}"
|
||||||
# Install linter tools
|
# Install linter tools
|
||||||
# TODO(noonedeadpunk): Drop rich with ansible-lint bump, bug closed with https://github.com/ansible-community/ansible-lint/pull/1797
|
${PIP_COMMAND} install --isolated ${PIP_OPTS} -r ${OSA_CLONE_DIR}/test-requirements.txt
|
||||||
${PIP_COMMAND} install --isolated ${PIP_OPTS} -r ${OSA_CLONE_DIR}/test-requirements.txt 'rich>=9.5.1,<11.0.0'
|
|
||||||
# Disable Ansible color output
|
# Disable Ansible color output
|
||||||
export ANSIBLE_NOCOLOR=1
|
export ANSIBLE_NOCOLOR=1
|
||||||
# Create ansible logging directory
|
# Create ansible logging directory
|
||||||
|
@ -11,4 +11,4 @@ virtualenv>=14.0.6 # MIT
|
|||||||
# once we stop doing linters check for the integrated repo with
|
# once we stop doing linters check for the integrated repo with
|
||||||
# openstack-ansible-tests/test-ansible-lint.sh
|
# openstack-ansible-tests/test-ansible-lint.sh
|
||||||
flake8==3.8.3 # MIT
|
flake8==3.8.3 # MIT
|
||||||
ansible-lint==5.0.10 # MIT
|
ansible-lint==5.3.2 # MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user