@@ -58,6 +58,7 @@ py_library(
5858py_test (
5959 name = "bnn_test" ,
6060 srcs = ["bnn_test.py" ],
61+ strict_deps = False ,
6162 deps = [
6263 ":bnn" ,
6364 # absl/testing:absltest dep,
@@ -88,6 +89,7 @@ py_test(
8889 timeout = "long" ,
8990 srcs = ["bnn_tree_test.py" ],
9091 shard_count = 3 ,
92+ strict_deps = False ,
9193 deps = [
9294 ":bnn_tree" ,
9395 ":kernels" ,
@@ -117,6 +119,7 @@ py_test(
117119 name = "estimators_test" ,
118120 timeout = "long" ,
119121 srcs = ["estimators_test.py" ],
122+ strict_deps = False ,
120123 # TODO(b/322864412): enable this test in OSS.
121124 tags = ["no-oss-ci" ],
122125 deps = [
@@ -146,6 +149,7 @@ py_library(
146149py_test (
147150 name = "kernels_test" ,
148151 srcs = ["kernels_test.py" ],
152+ strict_deps = False ,
149153 deps = [
150154 ":kernels" ,
151155 ":util" ,
@@ -179,6 +183,7 @@ py_library(
179183py_test (
180184 name = "likelihoods_test" ,
181185 srcs = ["likelihoods_test.py" ],
186+ strict_deps = False ,
182187 deps = [
183188 ":likelihoods" ,
184189 # absl/testing:absltest dep,
@@ -206,6 +211,7 @@ py_test(
206211 timeout = "long" ,
207212 srcs = ["models_test.py" ],
208213 shard_count = 3 ,
214+ strict_deps = False ,
209215 deps = [
210216 ":likelihoods" ,
211217 ":models" ,
@@ -239,6 +245,7 @@ py_library(
239245py_test (
240246 name = "operators_test" ,
241247 srcs = ["operators_test.py" ],
248+ strict_deps = False ,
242249 # TODO(b/322864412): enable this test in OSS.
243250 tags = ["no-oss-ci" ],
244251 deps = [
@@ -274,6 +281,7 @@ py_library(
274281py_test (
275282 name = "training_util_test" ,
276283 srcs = ["training_util_test.py" ],
284+ strict_deps = False ,
277285 # TODO(b/322864412): enable this test in OSS.
278286 tags = ["no-oss-ci" ],
279287 deps = [
@@ -305,6 +313,7 @@ py_library(
305313py_test (
306314 name = "util_test" ,
307315 srcs = ["util_test.py" ],
316+ strict_deps = False ,
308317 deps = [
309318 ":kernels" ,
310319 ":util" ,
0 commit comments