Nejc Habjan

Results 196 comments of Nejc Habjan

Done with https://github.com/python-gitlab/python-gitlab/pull/2722.

Sounds good, I've edited the description to have only the first option. > Take whatever is the first upgrade's value in the branch (this is what would happen if you...

I think it's not only an issue with lockfile maintenance but also normal grouped dependencies that deal with lockfiles, like the pep621 vs. poetry collision described in the discussion (maybe...

> > this should probably be handled like the bun manager, which is overriding the npm manager. so npm, yarn and pnpm are automatically disabled when a bun lockfile is...

One solution for build-system IMO would be to make it a pep518 manager, which would actually be more accurate: https://peps.python.org/pep-0518/ > The [build-system] table is used to store build-related data....

Just to clarify the wording here, this is for GitLab CI/CD Components, despite the fact that they're confusingly placed in `templates/` in a component project. Templates are a more generic...

> > that's not enough, it will still fail to parse multi yaml docs > > Multi-document YAML support has been added to the `gitlabci` manager with #28521. It seems...

Since poetry is not used here, even plain tox could do this and install different versions based on the tox environment. Recently, hatch has also become more popular for python...

@JohnVillalovos I've rebased and reworked this a bit based on previous comments. Would you be able to have a look at this one? IMO it's also a bit cleaner like...

I guess this was fixed in #2802 where we're clearer on the calling method, and we forgot to close this. If not, @cweber-dbs feel free to ping us here!