Matt Davis
Matt Davis
I believe this feature is going to be important to preventing issues like #5344 where one package's setup.py depends on another package already being installed and available. I believe this...
I began working on this: https://github.com/pypa/pipenv/tree/named-categories Planning on opening a PR for Hacktoberfest.
Update provided: https://github.com/pypa/pipenv/issues/5344#issuecomment-1242984773
I am wondering if this is still an issue on `pipenv==2022.8.24`?
@dqkqd I was digging into this locally, and I discovered that one of the test cases you added `test_get_constraints_from_deps` doesn't appear to run in the CI: https://github.com/pypa/pipenv/runs/8054256358?check_suite_focus=true I ran it...
I suspect that test failure is expected based on: https://github.com/sarugaku/requirementslib/issues/306 and https://github.com/pypa/pipenv/issues/4900
Actually though it did run and passed in the CI, I just wasn't searching the test output properly. I am confused on this one.
https://github.com/pypa/pipenv/pull/5305/files
@dqkqd Try joining the slack group here: pythondev.slack.com Otherwise you can email me and I'll request you be added via email.
I think the reason that test passes maybe is because it is generally being invoked from the pipenv root which has an installable thing at path ="."