Fix dpsynth pylock.toml generation workflow and tooling - #175
Open
copybara-service[bot] wants to merge 1 commit into
Open
Fix dpsynth pylock.toml generation workflow and tooling#175copybara-service[bot] wants to merge 1 commit into
copybara-service[bot] wants to merge 1 commit into
Conversation
copybara-service
Bot
force-pushed
the
cl/974617129
branch
from
September 1, 2026 19:05
458c624 to
bd5ce1a
Compare
- Fixed `test_local` workflow in `copy.bara.sky` by changing mode to SQUASH and adding destination_files and materialize_outside_symlinks so local Copybara exports succeed. - Constrained `apache-beam>=2.75.0` in pyproject.toml to prevent uv resolver backtracking to legacy releases during lockfile generation. - Updated `addlicense` to v1.2.0 in `update_lockfile.yml` and `CONTRIBUTING.md` to ensure `.toml` files receive license headers. - Updated `pytest.yml` lockfile verification step to export directly in-place with `-q`, run `addlicense`, and check differences via `git diff --stat` and `git diff --exit-code`. - Documented the CitC local Copybara export workflow for regenerating `pylock.toml` in `AGENT.md`. - Regenerated `pylock.toml` with Apache 2.0 license header. PiperOrigin-RevId: 974617129
copybara-service
Bot
force-pushed
the
cl/974617129
branch
from
September 1, 2026 19:09
bd5ce1a to
e367589
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix dpsynth pylock.toml generation workflow and tooling
test_localworkflow incopy.bara.skyby changing mode to SQUASH and adding destination_files and materialize_outside_symlinks so local Copybara exports succeed.apache-beam>=2.75.0in pyproject.toml to prevent uv resolver backtracking to legacy releases during lockfile generation.addlicenseto v1.2.0 inupdate_lockfile.ymlandCONTRIBUTING.mdto ensure.tomlfiles receive license headers.pytest.ymllockfile verification step to export directly in-place with-q, runaddlicense, and check differences viagit diff --statandgit diff --exit-code.pylock.tomlinAGENT.md.pylock.tomlwith Apache 2.0 license header.