CI: Also run tests for an alternate Python version, now when we have Python 3.11

Resolves: rhbz#2186267
This commit is contained in:
Miro Hrončok 2023-04-12 17:02:52 +02:00
parent 85209d6c46
commit 9b2577f91d

View File

@ -15,7 +15,7 @@
tests:
- pytest:
dir: .
run: PYTHONPATH=/usr/lib/rpm/redhat ALTERNATE_PYTHON_VERSION=SKIP pytest -v
run: PYTHONPATH=/usr/lib/rpm/redhat ALTERNATE_PYTHON_VERSION=3.11 pytest -v
- manual_byte_compilation:
dir: .
run: rpmbuild -ba pythontest.spec
@ -25,4 +25,5 @@
- python3-rpm-macros
- python3-devel
- python3-pytest
- python3.11-devel