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

Move run_egg_info into operations.generate_metadata #7063

Merged
merged 3 commits into from
Sep 22, 2019

Conversation

pradyunsg
Copy link
Member

Follow up to #7051

Because it was a little difficult to follow.
Because the comments weren't helpful unless you've built enough context.
@pradyunsg pradyunsg added type: refactor Refactoring code skip news Does not need a NEWS file entry (eg: trivial changes) labels Sep 22, 2019
Copy link
Member

@chrahunt chrahunt left a comment

Choose a reason for hiding this comment

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

The suspense is killing me. :)

from pip._internal.utils.typing import MYPY_CHECK_RUNNING

if MYPY_CHECK_RUNNING:
from typing import Callable
from typing import Callable, List
from pip._internal.req.req_install import InstallRequirement
Copy link
Member

Choose a reason for hiding this comment

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

I would put an empty line above this, it can be rolled into the next one if you like.

@pradyunsg pradyunsg merged commit 1515407 into pypa:master Sep 22, 2019
@pradyunsg pradyunsg deleted the refactor/metadata-generator-legacy branch September 22, 2019 14:32
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Oct 22, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 22, 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: refactor Refactoring code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants