Cristian Le

Results 893 comments of Cristian Le
trafficstars

Blocked by https://bugzilla.redhat.com/show_bug.cgi?id=2303229

> > Blocked by https://bugzilla.redhat.com/show_bug.cgi?id=2303229 > > Ok, moving to `1.36`. Working on this in: https://github.com/LecrisUT/importlib-resources-rpmspec

~~Here is the tracking s.fp.o PR: https://src.fedoraproject.org/rpms/python-importlib-resources/pull-request/2 and its dependencies~~. Finished

Thanks, what I had in mind is to have a `requirement.txt` section for the `fmf` files where the plugins can auto-magically be pulled. Probably always on the `plans` level. Since...

I have started the repo: https://github.com/LecrisUT/tmt-cmake and I'll see how it goes. First step is to get the plugin to be loaded and detected when `tmt plans show`

Seeing the light at the end of the tunnel, the only remaining part to have a minimum plugin is extracting the test results more cleanly and adding more tests. Will...

Could use an example of how this works. Probably this needs to be abstracted a bit for more arbitrary issue providers. Are there no plans yet to strip out some...

Thanks for the clarification I kinda understand the setup, and I am more confused about it at the same time. The main idea is to add in the `Issue links`...

Sounds familiar I've encountered this one as well, I think with https://github.com/teemtee/tmt/pull/2946? That one has a different proposed solution though, see `tmt/log.py` there.

Try out b09d66bbc9913e17f4dc08e97b80cb18c46817a1 to make `_bootstrap_logger` safe for arbitrary import orders. It moves the `TMT_DEBUG` check to `click` and in bootstrap it has a fallback to `0` if it was...