Skip to content

Commit 7accc18

Browse files
committed
extra-cleanup
1 parent f4dee12 commit 7accc18

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/integration/BUILD.bazel

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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")
1615
load("@rules_bazel_integration_test//bazel_integration_test:defs.bzl", "default_test_runner")
1716
load("//python:py_library.bzl", "py_library")
1817
load(":integration_test.bzl", "rules_python_integration_test")
@@ -88,20 +87,10 @@ rules_python_integration_test(
8887

8988
rules_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

9892
rules_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
)

0 commit comments

Comments
 (0)