ci: use tox-lsr 3.6.0; improve qemu test logging

tox-lsr 3.6.0 will guarantee order of qemu test execution, which should
help make tests reproducible and help debug test failures.

Improve qemu test logging - this will help debug the qemu test
failures.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson
2025-04-22 15:06:31 -06:00
committed by Richard Megginson
parent fa134b8aab
commit a8418ce31a
4 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Install tox, tox-lsr
run: |
set -euxo pipefail
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.5.1"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.6.0"
- name: Convert role to collection format
run: |