mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
ci: update tox-lsr to version 3.0.0
The major version bump is because tox-lsr 3 drops support for tox version 2. If you are using tox 2 you will need to upgrade to tox 3 or 4. tox-lsr 3.0.0 adds support for tox 4, commitlint, and ansible-lint-collection See https://github.com/linux-system-roles/tox-lsr/releases/tag/3.0.0 for full release notes Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
fd92063502
commit
2ce6f3afa7
4 changed files with 5 additions and 5 deletions
|
|
@ -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@2.13.2"
|
||||
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.0.0"
|
||||
|
||||
- name: Run ansible-plugin-scan
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/ansible-plugin-scan.yml
vendored
2
.github/workflows/ansible-plugin-scan.yml
vendored
|
|
@ -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@2.13.2"
|
||||
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.0.0"
|
||||
|
||||
- name: Run ansible-plugin-scan
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/ansible-test.yml
vendored
2
.github/workflows/ansible-test.yml
vendored
|
|
@ -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@2.13.2"
|
||||
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.0.0"
|
||||
|
||||
- name: Convert role to collection format
|
||||
run: |
|
||||
|
|
|
|||
4
.github/workflows/python-unit-test.yml
vendored
4
.github/workflows/python-unit-test.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
run: |
|
||||
set -euxo pipefail
|
||||
python -m pip install --upgrade pip
|
||||
pip install "git+https://github.com/linux-system-roles/tox-lsr@2.13.2"
|
||||
pip install "git+https://github.com/linux-system-roles/tox-lsr@3.0.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.
|
||||
|
|
@ -87,4 +87,4 @@ jobs:
|
|||
- name: Run py26 tests
|
||||
uses: linux-system-roles/lsr-gh-action-py26@1.0.2
|
||||
env:
|
||||
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.13.2"
|
||||
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@3.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue