Adjust the gating tests for Python 3.12 @ RHEL 9
This commit is contained in:
parent
e2360a36bb
commit
cd6677984d
@ -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}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user