mod_wsgi/plan.fmf
Lukas Zachar 4c095d8d3d python311 - Do not inherit
conflicts with the 'system' so it cannot appear in the httpd plans
2023-03-14 18:31:59 +01:00

48 lines
928 B
Text

/:
inherit: false
summary: Run only modified tests
execute:
how: tmt
discover:
how: fmf
modified-url: https://src.fedoraproject.org/tests/mod_wsgi.git
modified-ref: reference/main
/system:
summary+: " system version"
discover+:
test: /system$
/python38:
summary+: " python38 module (conflicts with the system)"
adjust:
- when: distro != rhel-8 and distro != centos-stream-8
enabled: false
discover+:
test: /python38$
/python39:
summary+: " python39 module (conflicts with the system)"
adjust:
- when: distro != rhel-8 and distro != centos-stream-8
enabled: false
- enabled: false
when: distro < rhel-8.4.0
discover+:
test: /python39$
/python311:
summary+: " python311 - (conflicts with the system)"
adjust:
- when: distro < rhel-8.8 and distro ~< rhel-9.2
enabled: false
- when: distro == fedora
enabled: false
discover+:
test: /python311$