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

[internal] Add [python-setup].experimental_resolves_to_lockfiles and hook up to ./pants generate-lockfiles #12703

Commits on Aug 31, 2021

  1. [internal] Add [python-setup].experimental_resolves_to_lockfiles an…

    …d hook up to `./pants generate-lockfiles`
    
    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    022fe1b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Review feedback, and also stop caring about user lockfile paths

    The followup PR shows that we only need the resolve name in this helper function, not the lockfile path. This simplifies the code
    
    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    675fb8f View commit details
    Browse the repository at this point in the history