From a5b80ffd0834d49f1bb445d3254ad90ee2fe4c45 Mon Sep 17 00:00:00 2001 From: Anna Kukliansky Date: Thu, 27 Feb 2025 01:33:34 -0800 Subject: [PATCH] update python_* usage (#8742) Summary: As part of tags and labels unification we are getting rid of tags across all of fbcode_macro_layer and replacing them with labels. Reviewed By: digantdesai Differential Revision: D70201831 --- backends/xnnpack/test/TARGETS | 2 +- exir/dialects/edge/test/TARGETS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/xnnpack/test/TARGETS b/backends/xnnpack/test/TARGETS index b3143743b9c..9b2ce0a4e82 100644 --- a/backends/xnnpack/test/TARGETS +++ b/backends/xnnpack/test/TARGETS @@ -53,7 +53,7 @@ runtime.python_test( srcs = glob([ "models/*.py", ]), - tags = ["long_running"], + labels = ["long_running"], deps = [ "fbsource//third-party/pypi/timm:timm", "fbsource//third-party/pypi/torchsr:torchsr", # @manual diff --git a/exir/dialects/edge/test/TARGETS b/exir/dialects/edge/test/TARGETS index 52a0d3ec60e..8a689b0dba6 100644 --- a/exir/dialects/edge/test/TARGETS +++ b/exir/dialects/edge/test/TARGETS @@ -10,7 +10,7 @@ python_unittest( resources = { "//executorch/exir/dialects/edge:edge_yaml": "edge.yaml", }, - tags = ["long_running"], + labels = ["long_running"], deps = [ "fbsource//third-party/pypi/expecttest:expecttest", # @manual "//caffe2:torch",