@@ -232,6 +232,7 @@ py_test(
232232 args = ["--test_device=cpu" ],
233233 main = "virtual_machine_test.py" ,
234234 shard_count = 10 ,
235+ strict_deps = False ,
235236 tags = [
236237 "nozapfhahn" ,
237238 ],
@@ -252,6 +253,7 @@ py_test(
252253 args = ["--test_device=gpu" ],
253254 main = "virtual_machine_test.py" ,
254255 shard_count = 10 ,
256+ strict_deps = False ,
255257 tags = [
256258 "nozapfhahn" ,
257259 "requires-gpu-nvidia" ,
@@ -270,6 +272,7 @@ py_test(
270272 name = "instructions_test" ,
271273 size = "small" ,
272274 srcs = ["instructions_test.py" ],
275+ strict_deps = False ,
273276 deps = [
274277 ":instructions" ,
275278 ":test_programs" ,
@@ -282,6 +285,7 @@ py_test(
282285 name = "numpy_backend_test" ,
283286 size = "small" ,
284287 srcs = ["numpy_backend_test.py" ],
288+ strict_deps = False ,
285289 deps = [
286290 ":backend_test_lib" ,
287291 ":instructions" ,
@@ -297,6 +301,7 @@ py_test(
297301 name = "tf_backend_test" ,
298302 size = "large" ,
299303 srcs = ["tf_backend_test.py" ],
304+ strict_deps = False ,
300305 deps = [
301306 ":backend_test_lib" ,
302307 ":instructions" ,
@@ -313,6 +318,7 @@ py_test(
313318 name = "lowering_test" ,
314319 size = "small" ,
315320 srcs = ["lowering_test.py" ],
321+ strict_deps = False ,
316322 deps = [
317323 ":allocation_strategy" ,
318324 ":lowering" ,
@@ -328,6 +334,7 @@ py_test(
328334 name = "allocation_strategy_test" ,
329335 size = "small" ,
330336 srcs = ["allocation_strategy_test.py" ],
337+ strict_deps = False ,
331338 deps = [
332339 ":allocation_strategy" ,
333340 ":instructions" ,
@@ -341,6 +348,7 @@ py_test(
341348 name = "stackless_test" ,
342349 size = "small" ,
343350 srcs = ["stackless_test.py" ],
351+ strict_deps = False ,
344352 deps = [
345353 ":allocation_strategy" ,
346354 ":numpy_backend" ,
@@ -355,6 +363,7 @@ py_test(
355363 name = "stack_optimization_test" ,
356364 size = "small" ,
357365 srcs = ["stack_optimization_test.py" ],
366+ strict_deps = False ,
358367 deps = [
359368 ":stack_optimization" ,
360369 ":test_programs" ,
@@ -367,6 +376,7 @@ py_test(
367376 size = "small" ,
368377 srcs = ["type_inference_test.py" ],
369378 shard_count = 4 ,
379+ strict_deps = False ,
370380 deps = [
371381 ":allocation_strategy" ,
372382 ":lowering" ,
@@ -386,6 +396,7 @@ py_test(
386396 name = "dsl_test" ,
387397 size = "small" ,
388398 srcs = ["dsl_test.py" ],
399+ strict_deps = False ,
389400 deps = [
390401 ":allocation_strategy" ,
391402 ":dsl" ,
@@ -405,6 +416,7 @@ py_test(
405416 size = "small" ,
406417 srcs = ["frontend_test.py" ],
407418 shard_count = 4 ,
419+ strict_deps = False ,
408420 deps = [
409421 ":frontend" ,
410422 ":instructions" ,
0 commit comments