You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is only one "dialect" of the fmf files being tmt test files, while if we want to use fmf in other context, they would have an ambiguity if a fmf tree is supposed to be processed by tmt or another program. An example of this is tmt lint.
Proposal
Define a standard .fmf/plugins file which would be read as a requirements.txt file, e.g.
Print out a requirements.txt of the unsatisfied plugins when executing cli
Print out all the .fmf/plugins as is (in case this will evolve later). Useful if the user would want to always install the plugins
Impact in tmt/testing-farm
tmt would have to suggest adding a .fmf/plugins file with tmt line
testing-farm would check the .fmf/plugins and if there is a package there that it does not recognize with python3dist() as pre-installed, then fail early
The text was updated successfully, but these errors were encountered:
Description
Right now there is only one "dialect" of the fmf files being
tmt
test files, while if we want to usefmf
in other context, they would have an ambiguity if a fmf tree is supposed to be processed bytmt
or another program. An example of this istmt lint
.Proposal
Define a standard
.fmf/plugins
file which would be read as arequirements.txt
file, e.g.Fmf responsibility here would be just to:
name
andspecifier
extras
andmarker
url
requirements.txt
of the unsatisfied plugins when executing cli.fmf/plugins
as is (in case this will evolve later). Useful if the user would want to always install the pluginsImpact in
tmt
/testing-farm
.fmf/plugins
file withtmt
line.fmf/plugins
and if there is a package there that it does not recognize withpython3dist()
as pre-installed, then fail earlyThe text was updated successfully, but these errors were encountered: