diff --git a/scripts/gate-check-commit.sh b/scripts/gate-check-commit.sh index 993ce6116d..83689c0511 100755 --- a/scripts/gate-check-commit.sh +++ b/scripts/gate-check-commit.sh @@ -116,8 +116,7 @@ if [[ "${ACTION}" == "varstest" ]]; then elif [[ "${ACTION}" == "linters" ]]; then pushd "${OSA_CLONE_DIR}" # 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 'rich>=9.5.1,<11.0.0' + ${PIP_COMMAND} install --isolated ${PIP_OPTS} -r ${OSA_CLONE_DIR}/test-requirements.txt # Disable Ansible color output export ANSIBLE_NOCOLOR=1 # Create ansible logging directory diff --git a/test-requirements.txt b/test-requirements.txt index 1943d11925..a146ce0adc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,4 +11,4 @@ virtualenv>=14.0.6 # MIT # once we stop doing linters check for the integrated repo with # openstack-ansible-tests/test-ansible-lint.sh flake8==3.8.3 # MIT -ansible-lint==5.0.10 # MIT +ansible-lint==5.3.2 # MIT