ci: tox-lsr version 3.1.1

This is primarily for the update to ansible-plugin-scan to
work with the upcoming ostree changes, but also includes
some minor fixes which affect ci.
3.1.0 was released but not used due to a bug fixed in 3.1.1
See full release notes for 3.1.0 and 3.1.1
https://github.com/linux-system-roles/tox-lsr/releases

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2023-10-10 18:30:17 -06:00 committed by Richard Megginson
parent e82aca60d0
commit a9f20cb87b
4 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ jobs:
- name: Install tox, tox-lsr
run: |
set -euxo pipefail
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.0.0"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.1.1"
- name: Run ansible-plugin-scan
run: |

View file

@ -30,7 +30,7 @@ jobs:
- name: Install tox, tox-lsr
run: |
set -euxo pipefail
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.0.0"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.1.1"
- name: Run ansible-plugin-scan
run: |

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.0.0"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.1.1"
- name: Convert role to collection format
run: |

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.0.0"
pip install "git+https://github.com/linux-system-roles/tox-lsr@3.1.1"
# If you have additional OS dependency packages e.g. libcairo2-dev
# then put them in .github/config/ubuntu-requirements.txt, one
# package per line.