Skip to content

Commit b4dad94

Browse files
long-stripejohnynek
authored andcommitted
remove long-deprecated 'suites' attr in scala_test (#819)
1 parent 516a2bf commit b4dad94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scala/private/rules/scala_test.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ _scala_test_attrs = {
146146
"main_class": attr.string(
147147
default = "io.bazel.rulesscala.scala_test.Runner",
148148
),
149-
"suites": attr.string_list(),
150149
"colors": attr.bool(default = True),
151150
"full_stacktraces": attr.bool(default = True),
152151
"_scalatest": attr.label(

0 commit comments

Comments
 (0)