From 9b2577f91d6843f55d0a62f07aa5cfa700b7c80e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 12 Apr 2023 17:02:52 +0200 Subject: [PATCH] CI: Also run tests for an alternate Python version, now when we have Python 3.11 Resolves: rhbz#2186267 --- tests/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 8cfeacc..878ef49 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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