Skip to content

Commit 361cb02

Browse files
authored
[citest skip] bump tox-lsr version to 2.11.0; remove py37; add py310 (#73)
tox-lsr version 2.11.0 has support for collection-requirements.yml, runqemu improvements, and support for python 3.10 python 3.7 is not used on any supported platform, so remove it Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent f169d41 commit 361cb02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: tox
33
on: # yamllint disable-line rule:truthy
44
- pull_request
55
env:
6-
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.10.1"
6+
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.11.0"
77
LSR_ANSIBLE_TEST_DOCKER: "true"
88
LSR_ANSIBLES: 'ansible==2.9.*'
99
LSR_MSCENARIOS: default
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
pyver: ['2.7', '3.6', '3.7', '3.8', '3.9']
17+
pyver: ['2.7', '3.6', '3.8', '3.9', '3.10']
1818
steps:
1919
- name: checkout PR
2020
uses: actions/checkout@v2
@@ -38,8 +38,8 @@ jobs:
3838
case "$toxpyver" in
3939
27) toxenvs="${toxenvs},coveralls,flake8,pylint" ;;
4040
36) toxenvs="${toxenvs},coveralls,black,yamllint,shellcheck" ;;
41-
37) toxenvs="${toxenvs},coveralls" ;;
4241
38) toxenvs="${toxenvs},coveralls,ansible-lint,ansible-plugin-scan,collection,ansible-test" ;;
4342
39) toxenvs="${toxenvs},coveralls,ansible-managed-var-comment" ;;
43+
310) toxenvs="${toxenvs},coveralls,custom" ;;
4444
esac
4545
TOXENV="$toxenvs" lsr_ci_runtox

0 commit comments

Comments
 (0)