Skip to content

Commit b2f20cb

Browse files
azad-metafacebook-github-bot
authored andcommitted
removing autodeps suppression tags (#5593)
Summary: Pull Request resolved: #5593 removing autodeps suppression tags bypass-github-export-checks Reviewed By: Gasoonjia, cccclai Differential Revision: D63335183 fbshipit-source-id: 79a8259aca65666bce30ae3430da8904af817db3
1 parent 2dd88fb commit b2f20cb

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

devtools/bundled_program/schema/test/TARGETS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# @noautodeps
2-
31
load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")
42

53
oncall("executorch")

devtools/bundled_program/serialize/test/TARGETS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# @noautodeps
2-
31
load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")
42

53
oncall("executorch")

extension/pybindings/test/TARGETS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
33
oncall("executorch")
44

55
runtime.python_library(
6-
# @autodeps-skip
76
# autodeps has a real hard time tracking the owner of the pybindings
87
# from portable and the suggested fixes I could find didnt work, so
98
# just disabling for now

0 commit comments

Comments
 (0)