-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Poetry support #801
Poetry support #801
Conversation
@@ -0,0 +1,35 @@ | |||
#!/usr/bin/env bash | |||
|
|||
# Detect Python-version with Pipenv. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should Pipenv be Poetry here?
Hi there @AndreGuerra123 ! Thanks for the PR! I may be able to iterate on this with you in the next few weeks - poetry support is on the roadmap for the buildpack 🎉 In the meantime, can you add some details to your description about what Poetry is for those who don't know, and a bit about what your implementation strategy was? |
I'm also seeing this coming from |
Hi, I really want to progress on this and I'm trying to implement some ideas but I kinda need your help here. First of all, I want to ask you how do you proceed with the development and testing. Currently, I have a virtual machine on Vultr with docker and every time I need to test my code I run make test, but it usually takes too long. Worst than that, I cannot see the error message when the build fails. Is it any other way to run the test more efficiently and retrieving more information? How do you do it? About the overall buildpack:
About the poetry implementation, similar implementation and questions are pertinent:
Hope I can get some clarification and my ideas are align with your goals, |
No description provided.