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.
This commit is contained in:
Petr Šplíchal 2022-06-22 15:22:21 +02:00
commit 4369d46463
5 changed files with 44 additions and 112 deletions

16
plans/python-3.11.fmf Normal file
View file

@ -0,0 +1,16 @@
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