Skip to content

Commit ce83543

Browse files
authored
Use tox-lsr 2.13.1; force the use of tox 3.x [citest skip] (#112)
CI is broken pretty hard right now due to tox 4.x being released It will take non-trivial effort to make tox-lsr work with tox 4.x. So, in the meantime, tox-lsr 2.13.1 forces the use of tox 3.x Signed-off-by: Rich Megginson <rmeggins@redhat.com> Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent dc3ef42 commit ce83543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy
44
- pull_request
55
- push
66
env:
7-
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.13.0"
7+
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.13.1"
88
LSR_ANSIBLE_TEST_DOCKER: "true"
99
LSR_ANSIBLES: 'ansible==2.9.*'
1010
LSR_MSCENARIOS: default

0 commit comments

Comments
 (0)