-
Notifications
You must be signed in to change notification settings - Fork 254
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 PEP 660 hooks (port from master) #257
Conversation
6e93920
to
042d1ad
Compare
042d1ad
to
56fb9d9
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
eb1a769
to
35ffcf7
Compare
35ffcf7
to
caf0832
Compare
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.
LGTM (I compared the changes to the original PR #182)
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.
Make sense to me as well
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LGTM
Poetry-core implements PEP660 from version 1.0.8. This patch bumps poetry-core version in build-system section for enable editabple installation via pip ('pip install -e .'). For more info see: - python-poetry/poetry#34 (comment) - python-poetry/poetry#5056 - python-poetry/poetry-core#257
Poetry-core implements PEP660 from version 1.0.8. This patch bumps poetry-core version in build-system section for enable editabple installation via pip ('pip install -e .'). For more info see: - python-poetry/poetry#34 (comment) - python-poetry/poetry#5056 - python-poetry/poetry-core#257
Poetry-core implements PEP660 from version 1.0.8. This patch bumps poetry-core version in build-system section for enable editabple installation via pip ('pip install -e .'). For more info see: - python-poetry/poetry#34 (comment) - python-poetry/poetry#5056 - python-poetry/poetry-core#257
Resolves: python-poetry/poetry#5056