Adjust the gating tests for Python 3.12 @ RHEL 9

This commit is contained in:
Miro Hrončok 2024-01-15 13:55:00 +01:00
parent e2360a36bb
commit cd6677984d
2 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,6 @@
--- !Policy --- !Policy
product_versions: product_versions:
- fedora-* - rhel-9
decision_contexts: decision_context: osci_compose_gate
- bodhi_update_push_testing
- bodhi_update_push_stable
rules: rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/smoke.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -4,9 +4,9 @@ discover:
tests: tests:
- name: /smoke/import-python-module - name: /smoke/import-python-module
test: | test: |
python3 -c 'import importlib as il; print(il.import_module("lxml"))' python3.12 -c 'import importlib as il; print(il.import_module("lxml"))'
- name: /smoke/etree-fromstring - name: /smoke/etree-fromstring
test: | test: |
python3 plans/etree-fromstring.py python3.12 plans/etree-fromstring.py
execute: execute:
how: tmt how: tmt