aboutsummaryrefslogtreecommitdiff
path: root/examples/bzlmod/tests/other_module/BUILD.bazel
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2024-01-17 18:02:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-01-17 18:02:18 +0000
commit6954130f57eb9a56a82d4146aeafb16ef30f907a (patch)
treeacdcc148cabfb6f8242a6c83e37625eeaea4e628 /examples/bzlmod/tests/other_module/BUILD.bazel
parent1508c18d9e27325a8d9c574a90d205e0a1d8a78f (diff)
downloadbazelbuild-rules_python-6954130f57eb9a56a82d4146aeafb16ef30f907a.tar.gz
Revert "Upgrade bazelbuild-rules_python to 0.28.0"
This reverts commit 1508c18d9e27325a8d9c574a90d205e0a1d8a78f. Reason for revert: breaks build, not caught by treehugger Change-Id: Id40b5eefc5f4f0f6e4a0122fbfa53b0c3c265985
Diffstat (limited to 'examples/bzlmod/tests/other_module/BUILD.bazel')
-rw-r--r--examples/bzlmod/tests/other_module/BUILD.bazel14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/bzlmod/tests/other_module/BUILD.bazel b/examples/bzlmod/tests/other_module/BUILD.bazel
deleted file mode 100644
index 1bd8a90..0000000
--- a/examples/bzlmod/tests/other_module/BUILD.bazel
+++ /dev/null
@@ -1,14 +0,0 @@
-# Tests to verify the root module can interact with the "other_module"
-# submodule.
-#
-# Note that other_module is seen as "our_other_module" due to repo-remapping
-# in the root module.
-
-load("@bazel_skylib//rules:build_test.bzl", "build_test")
-
-build_test(
- name = "other_module_bin_build_test",
- targets = [
- "@our_other_module//other_module/pkg:bin",
- ],
-)