[citest skip] bump tox-lsr version to 2.9.1

Signed-off-by: Rich Megginson <rmeggins@redhat.com>

The new tox-lsr also requires the use of `{toxinidir}` for the
local config file paths.
This commit is contained in:
Rich Megginson 2022-02-07 15:58:56 -07:00 committed by Richard Megginson
parent 0e3d480de7
commit 206c354b7e
2 changed files with 3 additions and 3 deletions

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.8.3"
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.9.1"
LSR_ANSIBLE_TEST_DOCKER: "true"
LSR_ANSIBLES: 'ansible==2.9.*'
LSR_MSCENARIOS: default

View file

@ -3,11 +3,11 @@
lsr_enable = true
[lsr_yamllint]
configfile = .yamllint.yml
configfile = {toxinidir}/.yamllint.yml
configbasename = .yamllint.yml
[lsr_ansible-lint]
configfile = .ansible-lint
configfile = {toxinidir}/.ansible-lint
[testenv]
setenv =