James Myatt
James Myatt
> Also flagging that in the original PR by @dukecat0 the decision was made to make the requirements file and passing a requirement directly mutually exclusive. > > I personally...
> Thank you for working on this! I'm a bit unsure regarding the naming, though, since _"Requirements File"_ is a reserved term. I agree that _"Requirements File"_ is a reserved...
On the subject of full pip-requirements file support. I wonder if the better long-term implementation would be to change the way that `inject` works to just create a temporary requirements...
Thanks for the reminder. I think the outstanding actions are: * [x] Fix merge * [x] Check docs are clear about relationship to pip-requirements files * [x] Add examples to...
No problem. Thanks @chrysle . Can you authorise the workflows, please?
@chrysle Do you have an idea why the new unit tests are _sometimes_ failing?
> > @chrysle Do you have an idea why the new unit tests are _sometimes_ failing? > > isort is one of the dependencies of pylint, so you may need...
I think this is actually done now
@JamesParrott . I think that's equivalent to the first alternative I posted above. Can you check with `pipx list --include-injected` whether the additional dependencies are visible as "injected" packages, please?
I was surprised to find option this was not available. Seems mandatory in order to make `conda env export` work as intended.