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

Factor out configured resolves from pex. #2136

Merged
merged 2 commits into from
Apr 28, 2023

Commits on Apr 28, 2023

  1. Factor out configured resolves from pex.

    This code as well as selection of a unique target to resolve for will
    be re-used by the forthcoming `pex3 venv create` command.
    
    Along the way, clean up confusion noted in pex-tool#2135 in the introduction
    of the `pex3 venv` subcommand surrounding `pyvenv.cfg` files generated
    by `Virtualenv`.
    
    Work towards pex-tool#1752 and pex-tool#2110.
    jsirois committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0768b82 View commit details
    Browse the repository at this point in the history
  2. Fix import sort.

    jsirois committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    940cc9f View commit details
    Browse the repository at this point in the history