Skip to content

chore: finish removing pip_repository_annotations#3684

Merged
rickeylev merged 2 commits intobazel-contrib:mainfrom
rickeylev:chore.rm.pip.repository.annotations
Apr 6, 2026
Merged

chore: finish removing pip_repository_annotations#3684
rickeylev merged 2 commits intobazel-contrib:mainfrom
rickeylev:chore.rm.pip.repository.annotations

Conversation

@rickeylev
Copy link
Copy Markdown
Collaborator

It looks like it was only partially deleted. Enough that the deleted packages
updater was trying to un-deleted it from the deleted packages list because its
WORKSPACE and MODULE files were removed.

@rickeylev rickeylev requested a review from aignas as a code owner April 6, 2026 03:06
@rickeylev rickeylev enabled auto-merge April 6, 2026 03:07
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the pip_repository_annotations example by deleting its BUILD.bazel file and test script, and updating the .bazelrc.deleted_packages configuration. Feedback indicates that the removal is incomplete, as orphaned files and directories such as requirements.in and data/ were not included in the deletion.

@@ -1,38 +0,0 @@
load("@rules_python//python:pip.bzl", "compile_pip_requirements")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The removal of the BUILD.bazel file and the test script is correct for decommissioning this example. However, there are other files and directories referenced in this file that do not appear in the deletion list of this PR, specifically:

  • requirements.in (referenced on line 12)
  • The data/ directory (referenced on line 5)
  • Potentially a requirements.txt or lockfile generated by compile_pip_requirements.

To fully 'finish removing' the example as stated in the PR title, please ensure these orphaned files are also deleted from the repository if they still exist.

@rickeylev rickeylev added this pull request to the merge queue Apr 6, 2026
Merged via the queue into bazel-contrib:main with commit dd3614e Apr 6, 2026
4 checks passed
@rickeylev rickeylev deleted the chore.rm.pip.repository.annotations branch April 6, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants