python/plans/python-3.11.fmf
Petr Šplíchal 4369d46463 Enable a simple python-3.11 plan
Demonstrates how the `environment` key can be used for setting
a common environment variable for the whole plan.
2022-06-22 15:22:21 +02:00

16 lines
270 B
Text

discover:
how: fmf
filter: component:python311
provision:
how: container
image: fedora:36
prepare:
how: install
package:
- python3.11
- python3.11-test
- python3.11-tkinter
environment:
VERSION: "3.11"
execute:
how: tmt