Matt Davis

Results 600 comments of Matt Davis

@joaomcarlos I just pushed a fix that solves the specific issue you reported of: >ERROR: Constraints cannot have extras Thanks for catching that -- I think the branch is looking...

@joaomcarlos `2023.8.19` has been released 🤞

@joaomcarlos here was a similar report that was confirmed fixed on the recent version: https://github.com/pypa/pipenv/issues/5798#issue-1810221043

I saw your reply, but I cannot reproduce it, so leaving it open for now in case someone can help you.

Actually, I think I see why this would be happening, https://github.com/pypa/pipenv/blob/main/pipenv/routines/install.py#L506 Basically the install phase ignores things that are already satisfied, which appears to be determined for vcs if the...

I opened a draft PR that I think will fix it if you can help check it out @joaomcarlos

I saw, just don't have time at the moment--getting back to work after two weeks off 😅

@joaomcarlos I think the last release (two releases ago) had an improvement related to this, but would be helpful if you can confirm its fixed.

Is this different from what you can do with `` --extra-pip-args=""`?

It needs to be supported at the `Pipfile` as a new dictionary key for specifying additional pip install args -- it will get complicated determining if the install arg needs...