From 0ca4ddf5781d2e386abb8a073fbebad36faed3b5 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 10 Jan 2022 14:54:43 +0200 Subject: [PATCH] Update ansible-lint version Change-Id: Ic738d717b4364c3fa67ccab1f7d171a8ea81cd03 --- scripts/gate-check-commit.sh | 3 +-- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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