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

feat(pip/_internal): Skip current directory when performing freeze #7810

Closed
wants to merge 5 commits into from

Commits on Apr 2, 2020

  1. feat(pip/_internal): Skip current directory when performing freeze

    This skips any *.egg_info present in the current directory when
    performing pip freeze.
    
    This fixes pypa#2926
    gutsytechster committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    a898196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f908a25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c4346b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d41c15a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85c1568 View commit details
    Browse the repository at this point in the history