-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement pipfile support #4783
Conversation
Holding off on review for now, this needs some tests still. If the underlying PR has calmed down, feel free to continue here. |
Codecov Report
@@ Coverage Diff @@
## master #4783 +/- ##
==========================================
- Coverage 78.6% 76.73% -1.87%
==========================================
Files 167 159 -8
Lines 10233 10034 -199
Branches 1286 1263 -23
==========================================
- Hits 8044 7700 -344
- Misses 1859 1998 +139
- Partials 330 336 +6
|
What's the status of this? Is it just waiting for review and QA? |
Yeah, review mostly. There some parts where I want other opinions, like how to put custom paths (not root). I'm using a env variable right now, but with sphinx we just change the cwd, this feels like hiding info to the user, but feels better than showing the env variable in the command. And pipenv doesn't have something like |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Any updates? This shouldn't be marked as stale. |
@RohanNagar yes, this is still valid, but we are going to prioritize other work before. Like #1083. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Thank you for the excellent service that rtd provides! It's invaluable to us and our users. Is there anything that I can do to help get this merged? I've not contributed here before but I have experience with Django and Pipenv. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I've seen some complaints that pipenv/pipfile don't seem to be actively maintained or pushing forward currently. I think I might be +1 on closing this until we see it being adopted as an official standard. I really don't want to be supporting experimental, slow package installation. |
I also think that pipenv should adopt https://www.python.org/dev/peps/pep-0517/, like poetry did, that way installing the project with pip should be enough |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
At the beginning of this year, they opened this issue pypa/pipenv#4130 I'm closing this PR for now. It's a pity that we may lose all the work and time involved here, but it seems it's for the best. We can revisit in the future if we feel it's needed. On the other hand, I think this use case could be handled by advanced users by overriding the |
On the topic of Pipenv being still the officially recommended tool, I opened this issue pypa/packaging.python.org#912 |
Based on #4740
Implemented following the schema on #4782, I tested it locally with some projects, still need to test with more, but the internet gods aren't happy with me right now