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

Remove VCS export feature #9274

Merged
merged 3 commits into from
Jan 17, 2021
Merged

Conversation

sbidoul
Copy link
Member

@sbidoul sbidoul commented Dec 14, 2020

Make pip download of editable requirements do a regular VCS clone/checkout instead of a VCS export.

See discussion about alternative approaches in #9338.

Fixes #9273
Fixes #9337
Fixes #9338

Just a failing test for now.

@sbidoul sbidoul changed the title Add failing test that pip wheel -e keeps git clone in src Use vcs clone in pip wheel of editable requirements, not export Dec 14, 2020
@sbidoul sbidoul force-pushed the pip-wheel-must-keep-clone-sbi branch from e5a1284 to f88343e Compare December 23, 2020 10:39
@sbidoul sbidoul changed the title Use vcs clone in pip wheel of editable requirements, not export Remove VCS export feature Dec 23, 2020
@sbidoul sbidoul marked this pull request as ready for review December 23, 2020 11:28
Previously, in download mode, it did a vcs export,
which did not include vcs information, leading to
issues when the build backend required it.
@sbidoul sbidoul force-pushed the pip-wheel-must-keep-clone-sbi branch from 2d8701d to 5214be4 Compare December 27, 2020 16:14
Copy link
Member

@pradyunsg pradyunsg left a comment

Choose a reason for hiding this comment

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

Works for me!

@sbidoul sbidoul modified the milestones: 20.3.4, 21.0 Jan 9, 2021
@sbidoul sbidoul force-pushed the pip-wheel-must-keep-clone-sbi branch from 5214be4 to 9361faa Compare January 17, 2021 13:44
@pradyunsg pradyunsg merged commit 3af9093 into pypa:master Jan 17, 2021
@sbidoul sbidoul deleted the pip-wheel-must-keep-clone-sbi branch January 17, 2021 15:33
@pradyunsg pradyunsg mentioned this pull request Jan 24, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants