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] errorreporting: Remove use of pip internal api #2724

Merged
merged 2 commits into from
Oct 30, 2017

Commits on Oct 30, 2017

  1. errorreporting: Remove use of pip internal api

    Pip 10 will move all internal APIs.
    ales-erjavec committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    cb8ab62 View commit details
    Browse the repository at this point in the history
  2. errorreporting: Handle ValueError from Distribution.version

    As documented accessing `version` can raise ValueError.
    ales-erjavec committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    a203660 View commit details
    Browse the repository at this point in the history