@@ -299,6 +299,9 @@ python_library(
299
299
"typing_stubs.py",
300
300
],
301
301
typing = True,
302
+ deps = [
303
+ "fbsource//third-party/pypi/parameterized:parameterized",
304
+ ],
302
305
)
303
306
304
307
@@ -327,7 +330,6 @@ python_unittest(
327
330
supports_static_listing = False,
328
331
typing = True,
329
332
deps = [
330
- "fbsource//third-party/pypi/parameterized:parameterized",
331
333
":compiler",
332
334
":typing_stubs",
333
335
":replace_ops",
@@ -349,7 +351,6 @@ python_unittest(
349
351
supports_static_listing = False,
350
352
typing = True,
351
353
deps = [
352
- "fbsource//third-party/pypi/parameterized:parameterized",
353
354
":compiler",
354
355
":decompose_ops",
355
356
"//caffe2:torch",
@@ -371,7 +372,6 @@ python_unittest(
371
372
supports_static_listing = False,
372
373
typing = True,
373
374
deps = [
374
- "fbsource//third-party/pypi/parameterized:parameterized",
375
375
":compiler",
376
376
":typing_stubs",
377
377
"//caffe2:torch",
@@ -393,7 +393,6 @@ python_unittest(
393
393
supports_static_listing = False,
394
394
typing = True,
395
395
deps = [
396
- "fbsource//third-party/pypi/parameterized:parameterized",
397
396
"fbsource//third-party/pypi/pyre-extensions:pyre-extensions",
398
397
":typing_stubs",
399
398
":compiler",
@@ -417,7 +416,6 @@ python_unittest(
417
416
typing = True,
418
417
deps = [
419
418
":typing_stubs",
420
- "fbsource//third-party/pypi/parameterized:parameterized",
421
419
"//caffe2:torch",
422
420
"//executorch/backends/cadence/aot:compiler",
423
421
"//executorch/backends/cadence/aot:graph_builder",
@@ -512,7 +510,6 @@ python_unittest(
512
510
":pass_utils",
513
511
"//caffe2:torch",
514
512
"//executorch/exir:memory",
515
- "fbsource//third-party/pypi/parameterized:parameterized",
516
513
"//executorch/exir/dialects:lib",
517
514
"//executorch/backends/cadence/aot:graph_builder",
518
515
"//executorch/exir/tests:models",
0 commit comments