mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
[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:
parent
0e3d480de7
commit
206c354b7e
2 changed files with 3 additions and 3 deletions
2
.github/workflows/tox.yml
vendored
2
.github/workflows/tox.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue