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
product_versions:
- fedora-*
decision_contexts:
- bodhi_update_push_testing
- bodhi_update_push_stable
- rhel-9
decision_context: osci_compose_gate
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:
- name: /smoke/import-python-module
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
test: |
python3 plans/etree-fromstring.py
python3.12 plans/etree-fromstring.py
execute:
how: tmt