ci: bump tox-lsr version to 3.20.0 to fix tox 4.58 api breakage [citest_skip]

This fixes the tox-lsr related test failures in ansible-lint, et. al. caused
by an internal tox api change in version 4.58

See https://github.com/linux-system-roles/tox-lsr/pull/245 for more info

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson
2026-07-21 13:51:38 -06:00
committed by Richard Megginson
parent df809ebfcd
commit a1f4fe279a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
- name: Install tox, tox-lsr
run: |
set -euxo pipefail
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.18.1"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.20.0"
- name: Set up Python
uses: actions/setup-python@v6