Skip to content

Commit

Permalink
Use tox-lsr 2.13.1; force the use of tox 3.x [citest skip] (#312)
Browse files Browse the repository at this point in the history
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 <[email protected]>

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm authored Dec 8, 2022
1 parent e87f5a2 commit 3a03451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy
- pull_request
- push
env:
TOX_LSR: "git+https://github.com/linux-system-roles/[email protected].0"
TOX_LSR: "git+https://github.com/linux-system-roles/[email protected].1"
LSR_ANSIBLE_TEST_DOCKER: "true"
LSR_ANSIBLES: 'ansible==2.9.*'
LSR_MSCENARIOS: default
Expand Down

0 comments on commit 3a03451

Please sign in to comment.