Skip to content

Commit a3a837d

Browse files
authored
[tests] Fix base repo dependency (#7)
Fix the base repository name in the test workspace. This is required after the recent change of the module name within the base repository.
1 parent 358cc24 commit a3a837d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ use_repo(rules_python_pip_hub, "test_pip_hub")
8080
# Dependencies from bazel_tools_python. #
8181
###########################
8282

83-
bazel_dep(name = "bazel_tools_python", version = "3.6.0")
83+
bazel_dep(name = "score_bazel_tools_python", version = "0.1.2", repo_name = "bazel_tools_python")
8484
local_path_override(
85-
module_name = "bazel_tools_python",
85+
module_name = "score_bazel_tools_python",
8686
path = "..",
8787
)

0 commit comments

Comments
 (0)