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

Ensure consistent extras formatting in output #2013

Merged
merged 4 commits into from
May 13, 2024

Commits on May 13, 2024

  1. Ensure canonicalization of extras when creating ireqs

    _compat now exports install_req_from_line and canonicalize_ireq
    AndydeCleyre committed May 13, 2024
    Configuration menu
    Copy the full SHA
    03ee96a View commit details
    Browse the repository at this point in the history
  2. Reorganize canonicalize_ireq and PIP_VERSION into utils

    canonicalize_ireq now returns a copy ireq instead of modifying in place
    AndydeCleyre committed May 13, 2024
    Configuration menu
    Copy the full SHA
    db1164c View commit details
    Browse the repository at this point in the history
  3. Add test: canonicalize_extras

    Based on the case in jazzband#2004
    AndydeCleyre committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f13c20f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a1fada View commit details
    Browse the repository at this point in the history