@@ -91,8 +91,6 @@ def _test_compile_exports_with_sources(name):
9191 name = name ,
9292 impl = _test_compile_exports_with_sources_impl ,
9393 target = target_name ,
94- # Bazel 6 JavaInfo doesn't expose compile_time_java_dependencies
95- attr_values = {"tags" : ["min_bazel_7" ]},
9694 )
9795
9896def _test_compile_exports_with_sources_impl (env , target ):
@@ -138,7 +136,6 @@ def _test_compile_extend_compile_time_jdeps(name):
138136 name = name ,
139137 impl = _test_compile_extend_compile_time_jdeps_impl ,
140138 target = name + "/foo" ,
141- attr_values = {"tags" : ["min_bazel_7" ]},
142139 )
143140
144141def _test_compile_extend_compile_time_jdeps_impl (env , target ):
@@ -181,7 +178,6 @@ def _test_compile_extend_compile_time_jdeps_rule_outputs(name):
181178 "bar" : name + "/bar" ,
182179 "baz" : name + "/baz" ,
183180 },
184- attr_values = {"tags" : ["min_bazel_7" ]},
185181 )
186182
187183def _test_compile_extend_compile_time_jdeps_rule_outputs_impl (env , targets ):
@@ -234,7 +230,6 @@ def _test_compile_bootclasspath(name):
234230 name = name ,
235231 impl = _test_compile_bootclasspath_impl ,
236232 target = name + "/custom" ,
237- attr_values = {"tags" : ["min_bazel_7" ]},
238233 )
239234
240235def _test_compile_bootclasspath_impl (env , target ):
@@ -269,7 +264,6 @@ def _test_compile_override_with_empty_bootclasspath(name):
269264 name = name ,
270265 impl = _test_compile_override_with_empty_bootclasspath_impl ,
271266 target = name + "/custom" ,
272- attr_values = {"tags" : ["min_bazel_7" ]},
273267 )
274268
275269def _test_compile_override_with_empty_bootclasspath_impl (env , target ):
0 commit comments