Skip to content

Commit d4603a4

Browse files
committed
add other repo for testing with workspace
1 parent 67872b7 commit d4603a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

internal_dev_deps.bzl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"""Dependencies that are needed for development and testing of rules_python itself."""
1616

1717
load("@bazel_tools//tools/build_defs/repo:http.bzl", _http_archive = "http_archive", _http_file = "http_file")
18+
load("@bazel_tools//tools/build_defs/repo:local.bzl", "local_repository")
1819
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
1920
load("//python/private:internal_config_repo.bzl", "internal_config_repo") # buildifier: disable=bzl-visibility
2021

@@ -42,6 +43,11 @@ def rules_python_internal_deps():
4243
"""
4344
internal_config_repo(name = "rules_python_internal")
4445

46+
local_repository(
47+
name = "other",
48+
path = "tests/modules/other",
49+
)
50+
4551
http_archive(
4652
name = "bazel_skylib",
4753
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",

0 commit comments

Comments
 (0)