Skip to content

Commit 9c12c8f

Browse files
update python_* usage
Differential Revision: D70201831 Pull Request resolved: #8742
1 parent 30d4cc8 commit 9c12c8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/xnnpack/test/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runtime.python_test(
5353
srcs = glob([
5454
"models/*.py",
5555
]),
56-
tags = ["long_running"],
56+
labels = ["long_running"],
5757
deps = [
5858
"fbsource//third-party/pypi/timm:timm",
5959
"fbsource//third-party/pypi/torchsr:torchsr", # @manual

exir/dialects/edge/test/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python_unittest(
1010
resources = {
1111
"//executorch/exir/dialects/edge:edge_yaml": "edge.yaml",
1212
},
13-
tags = ["long_running"],
13+
labels = ["long_running"],
1414
deps = [
1515
"fbsource//third-party/pypi/expecttest:expecttest", # @manual
1616
"//caffe2:torch",

0 commit comments

Comments
 (0)