ci: use tox-lsr 3.3.0 which uses ansible-test 2.17

Upgrade ci tests to use tox-lsr 3.3.0

tox-lsr 3.3.0 uses ansible-test 2.17

Create the ansible-test ignore file for 2.17

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2024-05-30 18:38:00 -06:00 committed by Richard Megginson
parent 34d1f2d53e
commit 03e3b788ff
6 changed files with 8 additions and 5 deletions

View file

@ -58,7 +58,7 @@ jobs:
run: |
set -euxo pipefail
python -m pip install --upgrade pip
pip install "git+https://github.com/linux-system-roles/tox-lsr@3.2.2"
pip install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0"
# If you have additional OS dependency packages e.g. libcairo2-dev
# then put them in .github/config/ubuntu-requirements.txt, one
# package per line.