CI: Test PyPys

epel9
Miro Hrončok 3 years ago
parent 0a9fe2fa07
commit cc6fb71c00

@ -54,6 +54,15 @@
- smoke311: - smoke311:
dir: python/smoke dir: python/smoke
run: VERSION=3.11 ./venv.sh run: VERSION=3.11 ./venv.sh
- smoke_pypy37:
dir: python/smoke
run: PYTHON=pypy3.7 VERSION=3.7 ./venv.sh
- smoke_pypy38:
dir: python/smoke
run: PYTHON=pypy3.8 VERSION=3.8 ./venv.sh
- smoke_pypy39:
dir: python/smoke
run: PYTHON=pypy3.9 VERSION=3.9 ./venv.sh
- pyproject_pytest: - pyproject_pytest:
dir: pyproject-rpm-macros/tests dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest run: ./mocktest.sh python-pytest
@ -75,6 +84,9 @@
- python3.11 - python3.11
- python2-devel - python2-devel
- python3-devel - python3-devel
- pypy3.7-devel
- pypy3.8-devel
- pypy3.9-devel
- python3-tox - python3-tox
- dnf - dnf
- mock - mock

Loading…
Cancel
Save