We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e873c7e commit 02cae11Copy full SHA for 02cae11
internal_dev_deps.bzl
@@ -48,6 +48,11 @@ def rules_python_internal_deps():
48
path = "tests/modules/other",
49
)
50
51
+ local_repository(
52
+ name = "another_module",
53
+ path = "tests/modules/another_module",
54
+ )
55
+
56
http_archive(
57
name = "bazel_skylib",
58
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
0 commit comments