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:
parent
18de9ca2b3
commit
4369d46463
5 changed files with 44 additions and 112 deletions
16
plans/python-3.11.fmf
Normal file
16
plans/python-3.11.fmf
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue