Skip to content

Commit 7d7d19b

Browse files
committed
also move py_test
1 parent 5e9888d commit 7d7d19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/parse_googleapis_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
_NOOP_CALLABLES = (
9191
"package",
9292
"alias",
93-
"py_test",
9493
"sh_binary",
9594
"java_proto_library",
9695
"genrule",
@@ -130,6 +129,7 @@ def fake_glob(paths=[], **args):
130129

131130
mod.add_callable("package", noop_bazel_rule)
132131
mod.add_callable("proto_library", noop_bazel_rule)
132+
mod.add_callable("py_test", noop_bazel_rule)
133133

134134
for glob_callable in _GLOB_CALLABLES:
135135
mod.add_callable(glob_callable, fake_glob)

0 commit comments

Comments
 (0)