mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-18 00:46:05 +00:00
test: remove unused files
We do not use molecule. The custom requirements are no longer needed. Remove py26 requirements Use ansible-core - much smaller than ansible Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
87b9e46f64
commit
6be4f3ecd6
8 changed files with 3 additions and 91 deletions
11
.github/workflows/python-unit-test.yml
vendored
11
.github/workflows/python-unit-test.yml
vendored
|
|
@ -93,14 +93,3 @@ jobs:
|
|||
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v6
|
||||
|
||||
python-26:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout PR
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue