Skip to content
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

Support PEP 660 hooks #182

Merged
merged 1 commit into from
Aug 18, 2021
Merged

Support PEP 660 hooks #182

merged 1 commit into from
Aug 18, 2021

Conversation

finswimmer
Copy link
Member

@finswimmer finswimmer commented Jun 29, 2021

Implements hooks according to PEP 660

  • Added tests for changed code.
  • Updated documentation for changed code.

@finswimmer finswimmer force-pushed the pep-660 branch 3 times, most recently from 419a8c5 to 4d9a273 Compare June 29, 2021 17:51
@finswimmer finswimmer force-pushed the pep-660 branch 3 times, most recently from 00ba74e to 2db5094 Compare July 3, 2021 09:40
@sonarcloud
Copy link

sonarcloud bot commented Jul 3, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Member

@sdispater sdispater left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@sdispater sdispater merged commit 5812d6d into python-poetry:master Aug 18, 2021
airstandley added a commit to airstandley/poetry-core that referenced this pull request Aug 18, 2021
…th_dev' parameter in the Factory.create_poetry call. Removed this parameter from the call.
@amleczko
Copy link

amleczko commented Dec 8, 2021

Any plans for releasing this PR? Any ETA?

@jaklan
Copy link

jaklan commented Dec 16, 2021

People in both poetry and poetry-core repos are waiting for this release very badly, @finswimmer / @sdispater - please just provide any information about the expected release date...

@jhrmnn
Copy link

jhrmnn commented Jan 4, 2022

Before the feature is released, one can still use it with:

[build-system]
requires = ["poetry-core@https://github.com/python-poetry/poetry-core/archive/325312c016d69189ac93c945ba0c1b69296c5e54.zip"]

325312c is a fix of the PEP 660 hook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants