Matt Davis
Matt Davis
Ok the tests have been passing since I made this change to the tests: https://github.com/pypa/pipenv/commit/46f8c863e0611e4b300926c5f51a5a49adb230bc What I discovered is that requirementslib will inspect into a directory named requests to find...
Would need to consider the current behavior of `pipenv==2022.8.19` with regards to index restricted packages being required to explcitly define package indexes in the `Pipfile` or use the default. Another...
Started working on this, but it needs more work: https://github.com/pypa/pipenv/pull/5297
Same as #4660
This may fix it: https://github.com/pypa/pipenv/pull/5373
Please try `pipenv==2022.9.24`
This will be possibly solved with: https://github.com/pypa/pipenv/pull/5339
What version of `psycopg2cffi` is in your lock file? I suspect its something like https://github.com/pypa/pipenv/issues/5332 where you'll need to `pipenv run pip install ` that a setup.py depends on. In...
The specific example worked fine for me though: ``` matteius@matteius-VirtualBox:~/pipenv-triage/pipenv-5354$ cat Pipfile.lock { "_meta": { "hash": { "sha256": "a94dc665f5c858fcf754ef87d9314cafc545dfe2a83c32a5873d5c4f6d9ec25a" }, "pipfile-spec": 6, "requires": {}, "sources": [ { "name": "pypi", "url":...
@kleschenko are you still interested in working on this? I am thinking though because this is already supported, the pre option, that we may just be able to close this...