Matt Davis

Results 600 comments of Matt Davis

There was a change when we dropped requirementslib to try and make sys_platform locking include sub-dependencies, but if you want it to be truly skipped you can convert it to...

Probably broke in the pythonfinder refactor over the summer, and likely needs to be fixed there. I think there are other similar reports but we can keep this until its...

python 3.7 support was dropped, pypi doesn't show support for 3.7 for `2023.11.15` -- Doc examples should be updated (if they aren't already) but could also be related to issue...

I think this is related to the docs being outdated: https://github.com/pypa/pipenv/issues/6018

I'll close both if we ever get to the bottom of why the updated docs aren't getting published. :-)

I am not sure if this is true or if just the CHANGELOG is not getting updated. Definitely that part of the docs is outdated. Requires more testing.

I don't see where the pipenv utils would be using the old format for non-edtiable; if it was editable: when I took this deprecation warning up originally, it appears that...

> I actually am not sure if the editable requirement is even needed for most VCS installs I wasn't sure of that either when I did the refactor away from...

I tried reproducing this without luck on Windows and ubuntu without luck, here is the output from Windows: ``` matte@LAPTOP-N5VSGIBD MINGW64 ~/Projects/pipenv-triage/issue-5973 $ pipenv install git+https://github.com/myhdl/myhdl.git@ae25af4d593d20a26c85fbb17c0cd98a026e8595 Creating a virtualenv for...

Also just verified this example worked on mac os using latest pipenv -- I am at a loss as to what you are saying.