ci: tox-lsr 3.16.0 - fix qemu tox test failures - rename to qemu-ansible-core-X-Y [citest_skip]
the latest version of tox 4.49 has a strange issue - it thinks that a tox testenv like `[qemu-ansible-core-2.20]` is specifying python 2.20 which conflicts with the testenv basepython of python 3.latest. There appears to be no way to workaround this. So, rename all of the testenvs to use `major-minor` instead of `major.minor` e.g. `[qemu-ansible-core-2-20]` Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
committed by
Richard Megginson
parent
df0cabfea1
commit
404a1d1ff2
+1
-1
@@ -54,7 +54,7 @@ The latest version of tox-lsr supports qemu testing.
|
||||
you can use e.g.
|
||||
|
||||
```bash
|
||||
tox -e qemu-ansible-core-2.14 -- --image-name centos-9 tests/tests_default.yml
|
||||
tox -e qemu-ansible-core-2-20 -- --image-name centos-9 tests/tests_default.yml
|
||||
```
|
||||
|
||||
There are many command line options and environment variables which can be used
|
||||
|
||||
Reference in New Issue
Block a user