Miloš Prchlík
Miloš Prchlík
This now matches how other configurable paths are handled, workdir root, pid root. Pull Request Checklist * [x] implement the feature * [ ] extend the test coverage
Always in full detail, traceback is added to log files tmt opened during its run. Pull Request Checklist * [x] implement the feature * [ ] extend the test coverage
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...
Actual step data containers come with type annotations and better checking. Pull Request Checklist * [x] implement the feature
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...
Similar to `mypy.ini` or `pyproject.toml`, it would be nice if user could save their lint preferences - enabled/disabled checks if nothing else - in some configuration storage. Per repository would...
* `tmt.cli` remains the module with utilities and basic code, * `tmt.cli._root` contains all commands for now, but eventualy it would be just the top-level command, * `tmt status` is...
tmt depends on `pkg_resources` package shipped by `setuptools`, but it seems `setuptools` may be missing in some virtualenvs, not being installed by default. Pull Request Checklist * [ ] implement...
The default number of retries seem to be too low in some conditions, namely when bootc package manager builds new derived images & attempts to reboot the guest for changes...
Import just one or many plans, replace the current one or make imported plans "children" of the importing one. Should be compatible with the current behavior. Docs preview: https://tmt--3566.org.readthedocs.build/en/3566/spec/plans.html#import-plans Part...