File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def _internal_dev_deps_impl(mctx):
4040 name = "somepkg_with_build_files" ,
4141 whl_file = "@whl_with_build_files//:somepkg-1.0-any-none-any.whl" ,
4242 requirement = "somepkg" ,
43- dep_template = "@rules_python//tests/support:support.bzl" ,
43+ packages = [ "dummy" ] ,
4444 )
4545
4646 # Setup for //tests/implicit_namespace_packages
@@ -54,7 +54,7 @@ def _internal_dev_deps_impl(mctx):
5454 whl_file = "@implicit_namespace_ns_sub1_whl//:ns_sub1-1.0-any-none-any.whl" ,
5555 requirement = "ns-sub1" ,
5656 enable_implicit_namespace_pkgs = False ,
57- dep_template = "@rules_python//tests/support:support.bzl" ,
57+ packages = [ "dummy" ] ,
5858 )
5959
6060 whl_from_dir_repo (
@@ -67,7 +67,7 @@ def _internal_dev_deps_impl(mctx):
6767 whl_file = "@implicit_namespace_ns_sub2_whl//:ns_sub2-1.0-any-none-any.whl" ,
6868 requirement = "ns-sub2" ,
6969 enable_implicit_namespace_pkgs = False ,
70- dep_template = "@rules_python//tests/support:support.bzl" ,
70+ packages = [ "dummy" ] ,
7171 )
7272
7373internal_dev_deps = module_extension (
Original file line number Diff line number Diff line change 2121
2222load ("//python/private:bzlmod_enabled.bzl" , "BZLMOD_ENABLED" ) # buildifier: disable=bzl-visibility
2323
24- # this is used in integration tests with `whl_library`
25- whl_map = []
26-
2724MAC = Label ("//tests/support:mac" )
2825MAC_X86_64 = Label ("//tests/support:mac_x86_64" )
2926LINUX = Label ("//tests/support:linux" )
You can’t perform that action at this time.
0 commit comments