update tox-lsr version to 2.8.0

New version adds check for proper commenting of the ansible_managed var
This commit is contained in:
Sergei Petrosian 2021-11-18 14:23:47 +01:00 committed by Sergei
parent be8e38a5c6
commit 5c7fa548ea

View file

@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy
- pull_request
- push
env:
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.7.1"
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.8.0"
LSR_ANSIBLE_TEST_DOCKER: "true"
LSR_ANSIBLES: 'ansible==2.9.*'
LSR_MSCENARIOS: default
@ -40,7 +40,7 @@ jobs:
27) toxenvs="${toxenvs},coveralls,flake8,pylint" ;;
36) toxenvs="${toxenvs},coveralls,ensure_provider_tests,black,yamllint" ;;
38) toxenvs="${toxenvs},coveralls,ansible-lint,ansible-plugin-scan,collection,ansible-test" ;;
39) toxenvs="${toxenvs},coveralls" ;;
39) toxenvs="${toxenvs},coveralls,ansible-managed-var-comment" ;;
esac
TOXENV="$toxenvs" lsr_ci_runtox
python-26: