Skip to content

Commit faace89

Browse files
committed
ci: tox-lsr version 3.15.0 [citest_skip]
This adds back support for IPv6 in qemu VMs, which appears to be working now. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent bbabdde commit faace89

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install tox, tox-lsr
3636
run: |
3737
set -euxo pipefail
38-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.14.0"
38+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.15.0"
3939
4040
- name: Convert role to collection format
4141
id: collection

.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.14.0"
36+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.15.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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install tox, tox-lsr
3737
run: |
3838
set -euxo pipefail
39-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.14.0"
39+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.15.0"
4040
4141
- name: Convert role to collection format
4242
run: |

.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.14.0"
113+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.15.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)