-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use tox-lsr 3.3.1 which fixes py27 and related unit tests
The latest version of virtualenv does not support creating python 2.7 virtualenvs. tox-lsr 3.3.1 restricts the version of virtualenv<20.22.0 This PR also fixes some py unit test, pylint, and related issues caused by using the latest versions of those tools. For more information, see linux-system-roles/tox-lsr#168 Signed-off-by: Rich Megginson <[email protected]>
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
- name: Install tox, tox-lsr | ||
run: | | ||
set -euxo pipefail | ||
pip3 install "git+https://github.com/linux-system-roles/[email protected].0" | ||
pip3 install "git+https://github.com/linux-system-roles/[email protected].1" | ||
- name: Convert role to collection format | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
- name: Install tox, tox-lsr | ||
run: | | ||
set -euxo pipefail | ||
pip3 install "git+https://github.com/linux-system-roles/[email protected].0" | ||
pip3 install "git+https://github.com/linux-system-roles/[email protected].1" | ||
- name: Run ansible-plugin-scan | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
- name: Install tox, tox-lsr | ||
run: | | ||
set -euxo pipefail | ||
pip3 install "git+https://github.com/linux-system-roles/[email protected].0" | ||
pip3 install "git+https://github.com/linux-system-roles/[email protected].1" | ||
- name: Run ansible-plugin-scan | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
- name: Install tox, tox-lsr | ||
run: | | ||
set -euxo pipefail | ||
pip3 install "git+https://github.com/linux-system-roles/[email protected].0" | ||
pip3 install "git+https://github.com/linux-system-roles/[email protected].1" | ||
- name: Convert role to collection format | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
run: | | ||
set -euxo pipefail | ||
python -m pip install --upgrade pip | ||
pip install "git+https://github.com/linux-system-roles/[email protected].0" | ||
pip install "git+https://github.com/linux-system-roles/[email protected].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. | ||
|