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

📦🐛 Fix PEP 660 editable install mode #541

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

webknjaz
Copy link
Member

Previously, due to restrictive PEP 517 hook reimports, our in-tree build backend was losing non-PEP 517 hooks implemented in newer versions of setuptools but not the earlier ones. This is now addressed by reexporting everything that setuptools exposes with a wildcard.

@webknjaz webknjaz added enhancement New feature or request dependencies Pull requests that update a dependency file labels Nov 29, 2023
@webknjaz webknjaz self-assigned this Nov 29, 2023
@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Nov 29, 2023
@webknjaz webknjaz marked this pull request as draft November 29, 2023 01:53
@webknjaz webknjaz marked this pull request as ready for review November 29, 2023 01:58
@webknjaz webknjaz force-pushed the maintenance/pep517-pep660 branch 2 times, most recently from d47ffa2 to c1cd2c8 Compare November 29, 2023 02:05
Previously, due to restrictive PEP 517 hook reimports,
our in-tree build backend was losing non-PEP 517 hooks
implemented in newer versions of `setuptools` but not
the earlier ones. This is now addressed by reexporting
everything that `setuptools` exposes with a wildcard.
@webknjaz webknjaz merged commit 2897acd into ansible:devel Nov 29, 2023
109 of 131 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant