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

Only import importlib_metadata when needed #401

Merged
merged 2 commits into from Aug 4, 2022

Commits on May 31, 2022

  1. Only import importlib_metadata when needed

    Similar to pypa#395, this helps with bootstrap issues with python < 3.8.
    Adjust test_pip_needs_upgrade_mac_os_11 accordingly.
    jmroot committed May 31, 2022
    Configuration menu
    Copy the full SHA
    55d8d7e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. tests: fix line numbers

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    255d1c5 View commit details
    Browse the repository at this point in the history