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

Fix the mypy-protobuf interpreter constraint. #11695

Merged
merged 2 commits into from Mar 15, 2021

Commits on Mar 14, 2021

  1. Fix the mypy-protobuf interpreter constraint.

    Also add an option to allow a user to adjust the interpreter constraint
    when adjusting the mypy-protobuf plugin version as they can with other
    python tools.
    
    Fixes pantsbuild#11565
    
    [ci skip-rust]
    [ci skip-build-wheels]
    jsirois committed Mar 14, 2021
    Copy the full SHA
    1ba862d View commit details
    Browse the repository at this point in the history
  2. Add back dropped register_interpreter_constraints sanity check.

    # 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]
    jsirois committed Mar 14, 2021
    Copy the full SHA
    6fbce91 View commit details
    Browse the repository at this point in the history