Cristian Le
Cristian Le
Why the dependency?
> `mrack` fails to import without `pkg_resources` Seems to be in the `beaker` project instead: https://github.com/search?q=repo%3Abeaker-project%2Fbeaker%20pkg_resources&type=code. That thing needs to be patched asap, I've opened an issue upstream about it:...
Actually I do have something that I am slowly working my way through [LecrisUT/cirrusci-action](https://github.com/LecrisUT/cirrusci-action/pull/1). I would appreciate some comments on the interface, common packages, etc. It is based on the...
I've made a PR for my project where I had these issues. The relevant upstream code that needs to be mocked is: [`tmt.utils.Command.run`](https://github.com/teemtee/tmt/blob/40ec859781af385ee88d4ba99f8441c4ac580439/tmt/utils.py#L1272-L1282) with the snippet above
Forgot to include a link to the PR where I test `pytest-subprocess`: https://github.com/LecrisUT/tmt-cmake/pull/12
Can you try again? I have double checked and `fp` fixture is there. I am trying out `pytest-check` so the otuput does not seem that readable, I've tried to add...
Whenever you get the time. The difficult part in this issue, is that it is not easy to decouple. E.g. if I import the same functions used like: ```python def...
[here](https://github.com/lecrisUT/pytest-subprocess-155) is a minimal reproducible
> > @skycastlelily please, inspect the tests, there seems to be a problem with `PintError`. > > hmmm, `cannot import name 'PintError' from 'pint.errors' (/usr/lib/python3.9/site-packages/pint/errors.py)" error`, because PintError does not...
> > LGTM, just a minor request. > > Also can you explain why does the user set `(log|traceback)_size_limit`? > > Because sometimes some teams/individuals have no use for 32...