File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -317,9 +317,3 @@ oci_pull(
317317load ("@container_structure_test//:repositories.bzl" , "container_structure_test_register_toolchain" )
318318
319319container_structure_test_register_toolchain (name = "cst" )
320-
321- # For tests
322- local_repository (
323- name = "rpy610_test" ,
324- path = "./py/tests/rpy610/subrepo" ,
325- )
Original file line number Diff line number Diff line change 11# Override http_archive for local testing
2+ load ("@bazel_tools//tools/build_defs/repo:local.bzl" , "local_repository" )
3+
24local_repository (
35 name = "aspect_rules_py" ,
46 path = "../.." ,
Original file line number Diff line number Diff line change 11# Override http_archive for local testing
2+ load ("@bazel_tools//tools/build_defs/repo:local.bzl" , "local_repository" )
3+
24local_repository (
35 name = "aspect_rules_py" ,
46 path = "../.." ,
You can’t perform that action at this time.
0 commit comments