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

ensure setup.py editable builds do not use pep517 #5590

Merged
merged 2 commits into from
May 11, 2022

Conversation

abn
Copy link
Member

@abn abn commented May 11, 2022

Prior to this change when Poetry builds a project with a setup.py file, as in the case when generate-setup-file was set to true, pip fallback was invoked with a PEP 517 isolated build causing it to fail.

This was a regression in functionality from Poetry 1.1 build script usage. However, note that build script usage is an experimental feature.

Resolves: #4979

@abn abn requested a review from a team May 11, 2022 00:17
abn added 2 commits May 11, 2022 02:38
Prior to this change when Poetry builds a project with a setup.py file,
as in the case when `generate-setup-file` was set to true, `pip`
fallback was invoked with a PEP 517 isolated build causing it to fail.

This was a regression in functionality from Poetry 1.1 build script
usage. However, note that build script usage is an experimental
feature.
@abn abn force-pushed the fix-editable-with-setup-py branch from e1dc56c to d512a2a Compare May 11, 2022 00:39
@abn abn added this to the 1.2 milestone May 11, 2022
@abn abn mentioned this pull request May 11, 2022
@neersighted neersighted merged commit a1d63f1 into python-poetry:master May 11, 2022
@abn abn deleted the fix-editable-with-setup-py branch May 11, 2022 08:57
@abn abn mentioned this pull request Jun 6, 2022
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

poetry install with build script fails on 1.2.0
2 participants