Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 1 addition & 3 deletions ansible_pytest_extra_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# SPDX-License-Identifier: MIT

# ansible and dependencies for all supported platforms
ansible ; python_version > "2.6"
idna<2.8 ; python_version < "2.7"
PyYAML<5.1 ; python_version < "2.7"
ansible-core ; python_version > "2.6"
4 changes: 0 additions & 4 deletions custom_requirements.txt

This file was deleted.

28 changes: 0 additions & 28 deletions molecule/default/Dockerfile.j2

This file was deleted.

39 changes: 0 additions & 39 deletions molecule/default/molecule.yml

This file was deleted.

3 changes: 0 additions & 3 deletions molecule_extra_requirements.txt

This file was deleted.

3 changes: 1 addition & 2 deletions pytest_extra_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
# If you need mock then uncomment the following line:
mock ; python_version < "3.0"
# ansible and dependencies for all supported platforms
ansible ; python_version > "2.6"
idna<2.8 ; python_version < "2.7"
ansible-core ; python_version > "2.6"
2 changes: 1 addition & 1 deletion tests/get_total_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rm -f remote-coveragedata* "${coverage_data}"


# collect pytest coverage
tox -e py26,py27,py36,py37 -- --cov-append
tox -e py27,py36,py37 -- --cov-append

for test_playbook in tests_*.yml
do
Expand Down
Loading