-
Notifications
You must be signed in to change notification settings - Fork 7
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
Initial poc #2
Initial poc #2
Conversation
- No offline functionality as Poetry does not current support vendoring - Caching may work but is untested
@paketo-buildpacks/python-maintainers this PR also contains the github config which needs to exist before all the checks can pass. |
And the integration tests will fail until we publish a |
- This is the documented way to provide a cache location to poetry,though it does not actually speed up the build significantly. - See python-poetry/poetry#2445 for further information about caching in poetry.
- this was required while there was not a published version of the poetry buildpack. We can drop this now that the poetry buildpack has been released.
@paketo-buildpacks/python-maintainers the integration tests are now passing - the only remaining failing checks are the label checks, which will be resolved once the github config is merged as part of this PR. |
- this buildpack does not use pip directly so it can be removed.
Co-authored-by: Tim Hitchener <thitch97@users.noreply.github.com>
Resolves #1 |
Summary
Use Cases
Checklist