- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py
- fedora-31:
- name: Fedora 31
+ fedora-32:
+ name: Fedora 32
runs-on: ubuntu-latest
- container: fedora:31
+ container: fedora:32
steps:
- run: |
yum -y install \
- python2-pytest \
- python2-pyyaml \
python3 \
python3-pytest \
python3-pyyaml
- - uses: actions/checkout@v1
-
- - name: Python 2 unit tests
- run: PYTHONPATH=. pytest-2
- - name: Python 2 integration tests
- run: PYTHONPATH=. python2 ./tests/integration_tests.py
+ - uses: actions/checkout@v2
- name: Python 3 unit tests
run: PYTHONPATH=. pytest-3
- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py
- fedora-32:
- name: Fedora 32
+ fedora-33:
+ name: Fedora 33
runs-on: ubuntu-latest
- container: fedora:32
+ container: fedora:33
steps:
- run: |
yum -y install \