File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- load ("@bazel_binaries//:defs.bzl" , "bazel_binaries" )
1615load ("@rules_bazel_integration_test//bazel_integration_test:defs.bzl" , "default_test_runner" )
1716load ("//python:py_library.bzl" , "py_library" )
1817load (":integration_test.bzl" , "rules_python_integration_test" )
@@ -88,20 +87,10 @@ rules_python_integration_test(
8887
8988rules_python_integration_test (
9089 name = "local_toolchains_test" ,
91- bazel_versions = [
92- version
93- for version in bazel_binaries .versions .all
94- if not version .startswith ("6." )
95- ],
9690)
9791
9892rules_python_integration_test (
9993 name = "local_toolchains_workspace_test" ,
100- bazel_versions = [
101- version
102- for version in bazel_binaries .versions .all
103- if not version .startswith ("6." )
104- ],
10594 bzlmod = False ,
10695 workspace_path = "local_toolchains" ,
10796)
You can’t perform that action at this time.
0 commit comments