Demonstrates how the `environment` key can be used for setting a common environment variable for the whole plan.
16 lines
270 B
Text
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
|