1be26899be
- Fix broken leapp db queries on rerun - Port all code to be Python-3.12 compatible. - Resolves: RHEL-40363
28 lines
901 B
Diff
28 lines
901 B
Diff
From 5c8bb645208ac2e98d3389dcf0dca215bfebf967 Mon Sep 17 00:00:00 2001
|
|
From: Matej Matuska <mmatuska@redhat.com>
|
|
Date: Fri, 12 Jul 2024 11:10:15 +0200
|
|
Subject: [PATCH 21/23] Run unit tests on Python 3.9 on ubi9 instead of ubi8
|
|
|
|
---
|
|
.github/workflows/unit-tests.yml | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
|
|
index e2376b7..008ce28 100644
|
|
--- a/.github/workflows/unit-tests.yml
|
|
+++ b/.github/workflows/unit-tests.yml
|
|
@@ -16,8 +16,9 @@ jobs:
|
|
matrix:
|
|
scenarios:
|
|
- name: Run unit tests with python3.9 on el8
|
|
+ - name: Run unit tests with python3.9 on el9
|
|
python: python3.9
|
|
- container: ubi8
|
|
+ container: ubi9
|
|
- name: Run unit tests with python 3.6 on el8
|
|
python: python3.6
|
|
container: ubi8
|
|
--
|
|
2.42.0
|
|
|