Skip to content

Commit bcf42e5

Browse files
committed
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 linux-system-roles/tox-lsr#245 for more info Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 22ed7ab commit bcf42e5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install tox, tox-lsr
4545
run: |
4646
set -euxo pipefail
47-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.18.1"
47+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.20.0"
4848
4949
- name: Set up Python
5050
uses: actions/setup-python@v6

.github/workflows/ansible-managed-var-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install tox, tox-lsr
3434
run: |
3535
set -euxo pipefail
36-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.18.1"
36+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.20.0"
3737
3838
- name: Run ansible-plugin-scan
3939
run: |

.github/workflows/ansible-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install tox, tox-lsr
4848
run: |
4949
set -euxo pipefail
50-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.18.1"
50+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.20.0"
5151
5252
- name: Set up Python
5353
uses: actions/setup-python@v6

.github/workflows/qemu-kvm-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
python3 -m pip install --upgrade pip
111111
sudo apt update
112112
sudo apt install -y --no-install-recommends git ansible-core genisoimage qemu-system-x86
113-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.18.1"
113+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.20.0"
114114
115115
# HACK: Drop this when moving this workflow to 26.04 LTS
116116
- name: Update podman to 5.x for compatibility with bootc-image-builder's podman 5

0 commit comments

Comments
 (0)