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 518 support from VCS #5148

Merged
merged 2 commits into from
Apr 3, 2018

Conversation

pradyunsg
Copy link
Member

Fixes #5142

@pradyunsg pradyunsg added type: enhancement Improvements to functionality skip news Does not need a NEWS file entry (eg: trivial changes) labels Apr 2, 2018
@pradyunsg pradyunsg added this to the 10.0 milestone Apr 2, 2018
@pradyunsg pradyunsg self-assigned this Apr 2, 2018
@@ -715,7 +715,7 @@ def build(self, requirements, session, autobuilding=False):
pass
elif autobuilding and req.link and not req.link.is_artifact:
# VCS checkout. Build wheel just for this run.
ephem_cache = True
buildset.append((req, True))
Copy link
Member

Choose a reason for hiding this comment

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

Wouldn't it be better to move the ephem_cache = False initialization above to the code block using it bellow?

Copy link
Member Author

Choose a reason for hiding this comment

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

It would. :)

@pradyunsg pradyunsg merged commit eef8f6e into pypa:release/10.0.0 Apr 3, 2018
@pradyunsg
Copy link
Member Author

Tested locally and I am happy with this.

I don't have time to add a test. I'll do that later. :(

@pradyunsg
Copy link
Member Author

This broke stuff -- #5251.

@pradyunsg pradyunsg deleted the fix/pep-518-vcs branch May 27, 2018 10:09
@lock
Copy link

lock bot commented Jun 2, 2019

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

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 2, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation skip news Does not need a NEWS file entry (eg: trivial changes) type: enhancement Improvements to functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants