Skip to content

Commit

Permalink
github-ci: remove centos-7 build, EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Nov 27, 2024
1 parent f506c37 commit bb9aef4
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,6 @@ jobs:
- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py

centos-7:
name: CentOS 7
runs-on: ubuntu-latest
container: centos:7
steps:
- run: yum -y install epel-release
- run: |
yum -y install \
python2-pytest \
python2-pyyaml \
python36-pytest \
python36-yaml
- uses: actions/checkout@v1

- name: Python 2 unit tests
run: PYTHONPATH=. py.test-2.7
- name: Python 2 integration tests
run: PYTHONPATH=. python2 ./tests/integration_tests.py

- name: Python 3 unit tests
run: PYTHONPATH=. py.test-3
- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py

fedora-39:
name: Fedora 39
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb9aef4

Please sign in to comment.