mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-26 04:13:53 +00:00
[citest skip] tox-lsr 2.13.0; check-meta-versions
Update to tox-lsr 2.13.0 - this adds check-meta-versions to py310 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
6ee08ce9f3
commit
f5a01f94bf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tox.yml
vendored
4
.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.11.0"
|
||||
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.13.0"
|
||||
LSR_ANSIBLE_TEST_DOCKER: "true"
|
||||
LSR_ANSIBLES: 'ansible==2.9.*'
|
||||
LSR_MSCENARIOS: default
|
||||
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
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,ansible-managed-var-comment" ;;
|
||||
310) toxenvs="${toxenvs},coveralls" ;;
|
||||
310) toxenvs="${toxenvs},coveralls,check-meta-versions" ;;
|
||||
esac
|
||||
TOXENV="$toxenvs" lsr_ci_runtox
|
||||
python-26:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue