Skip to content

Commit a13233f

Browse files
authored
tests: disable bzlmod for workspace-only pip_repository_annotations example (bazel-contrib#1540)
The pip_repository_annoations example is workspace-only. Its equivalent functionality is demonstrated in examples/bzlmod with the whl_mods feature. Work towards bazel-contrib#1520
1 parent 8afbe99 commit a13233f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • examples/pip_repository_annotations
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# https://docs.bazel.build/versions/main/best-practices.html#using-the-bazelrc-file
22
try-import %workspace%/user.bazelrc
3+
4+
# This example is WORKSPACE specific. The equivalent functionality
5+
# is in examples/bzlmod as the `whl_mods` feature.
6+
build --experimental_enable_bzlmod=false

0 commit comments

Comments
 (0)