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:
Rich Megginson 2026-06-24 06:45:23 -06:00 committed by Richard Megginson
parent 87b9e46f64
commit 6be4f3ecd6
8 changed files with 3 additions and 91 deletions

View file

@ -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"