aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/py_cc_toolchain_registered/MODULE.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 /tests/integration/py_cc_toolchain_registered/MODULE.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 'tests/integration/py_cc_toolchain_registered/MODULE.bazel')
-rw-r--r--tests/integration/py_cc_toolchain_registered/MODULE.bazel7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/integration/py_cc_toolchain_registered/MODULE.bazel b/tests/integration/py_cc_toolchain_registered/MODULE.bazel
deleted file mode 100644
index ad3b813..0000000
--- a/tests/integration/py_cc_toolchain_registered/MODULE.bazel
+++ /dev/null
@@ -1,7 +0,0 @@
-module(name = "py_cc_toolchain_registered")
-
-bazel_dep(name = "rules_python", version = "0.0.0")
-local_path_override(
- module_name = "rules_python",
- path = "../../..",
-)