CI: Test PyPys

This commit is contained in:
Miro Hrončok 2022-03-20 16:15:06 +01:00
commit cc6fb71c00

View file

@ -54,6 +54,15 @@
- smoke311:
dir: python/smoke
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:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest
@ -75,6 +84,9 @@
- python3.11
- python2-devel
- python3-devel
- pypy3.7-devel
- pypy3.8-devel
- pypy3.9-devel
- python3-tox
- dnf
- mock