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

Pants upgrade from 2.22.0 to 2.23.0a0 #6229

Merged
merged 6 commits into from
Sep 16, 2024
Merged

Pants upgrade from 2.22.0 to 2.23.0a0 #6229

merged 6 commits into from
Sep 16, 2024

Commits on Sep 12, 2024

  1. Upgrade to pants 2.23.0a0

    Lockfile diff: lockfiles/pants-plugins.lock [pants-plugins]
    
    ==                    Upgraded dependencies                     ==
    
      pantsbuild-pants               2.22.0       -->   2.23.0a0
      pantsbuild-pants-testutil      2.22.0       -->   2.23.0a0
      pex                            2.3.1        -->   2.16.2
      typing-extensions              4.3.0        -->   4.12.2
    
    ==                      Added dependencies                      ==
    
      libcst                         1.4.0
    cognifloyd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bce1194 View commit details
    Browse the repository at this point in the history
  2. pants: rename [export].py_hermetic_scripts option

    It is now a per-resolve option:
    [export].py_non_hermetic_scripts_in_resolve = ["st2"]
    cognifloyd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0046645 View commit details
    Browse the repository at this point in the history
  3. update changelog entry

    cognifloyd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1e91b62 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. pants: ignore test_dist_utils.py since we already ignore dist_utils.py

    Once pants can build our packages, all of the dist_utils bits should be deleted.
    cognifloyd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4234724 View commit details
    Browse the repository at this point in the history
  2. pants: tag pack tests with "pack"

    This facilitates running just the pack tests via pants using:
    pants --tag=pack test ::
    cognifloyd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    77ee17c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7d2efd View commit details
    Browse the repository at this point in the history