We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de09c0 commit 3ad005fCopy full SHA for 3ad005f
gazelle/python/testdata/remove_invalid_binary/BUILD.in
@@ -7,7 +7,12 @@ py_library(
7
py_binary(
8
name = "remove_invalid_binary",
9
srcs = ["__main__.py"],
10
- imports = ["."],
11
data = ["testdata/test.txt"],
12
visibility = ["//:__subpackages__"],
13
)
+
14
+py_binary(
15
+ name = "another_removed_binary",
16
+ srcs = ["foo.py"], # eg a now-deleted file that used to have `if __name__` block
17
+ imports = ["."],
18
+)
0 commit comments