Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,31 +422,6 @@ tasks:
# We don't run pip_parse_vendored under Windows as the file checked in is
# generated from a repository rule containing OS-specific rendered paths.

integration_test_pip_repository_annotations_ubuntu_workspace:
<<: *reusable_build_test_all
<<: *common_workspace_flags
name: "examples/pip_repository_annotations: Ubuntu, workspace"
working_directory: examples/pip_repository_annotations
platform: ubuntu2204
integration_test_pip_repository_annotations_debian_workspace:
<<: *reusable_build_test_all
<<: *common_workspace_flags
name: "examples/pip_repository_annotations: Debian, workspace"
working_directory: examples/pip_repository_annotations
platform: debian11
integration_test_pip_repository_annotations_macos_workspace:
<<: *reusable_build_test_all
<<: *common_workspace_flags
name: "examples/pip_repository_annotations: macOS, workspace"
working_directory: examples/pip_repository_annotations
platform: macos_arm64
integration_test_pip_repository_annotations_windows_workspace:
<<: *reusable_build_test_all
<<: *common_workspace_flags
name: "examples/pip_repository_annotations: Windows, workspace"
working_directory: examples/pip_repository_annotations
platform: windows

integration_test_bazelinbazel_ubuntu:
<<: *common_bazelinbazel_config
name: "tests/integration bazel-in-bazel: Ubuntu"
Expand Down
9 changes: 0 additions & 9 deletions examples/pip_repository_annotations/.bazelrc

This file was deleted.

1 change: 0 additions & 1 deletion examples/pip_repository_annotations/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions examples/pip_repository_annotations/BUILD.bazel

This file was deleted.

62 changes: 0 additions & 62 deletions examples/pip_repository_annotations/WORKSPACE

This file was deleted.

18 changes: 0 additions & 18 deletions examples/pip_repository_annotations/data/copy_executable.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/pip_repository_annotations/data/copy_file.txt

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions examples/pip_repository_annotations/requirements.in

This file was deleted.

34 changes: 0 additions & 34 deletions examples/pip_repository_annotations/requirements.txt

This file was deleted.

3 changes: 1 addition & 2 deletions python/private/pypi/pip_repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ pip_repository = repository_rule(
doc = """\
Optional annotations to apply to packages. Keys should be package names, with
capitalization matching the input requirements file, and values should be
generated using the `package_name` macro. For example usage, see [this WORKSPACE
file](https://github.com/bazel-contrib/rules_python/blob/main/examples/pip_repository_annotations/WORKSPACE).
generated using the `package_name` macro.
""",
),
_config_template = attr.label(
Expand Down