From a1d054be85b2a2b801757f5f87f94b4533c87458 Mon Sep 17 00:00:00 2001 From: Sandy Zhang Date: Tue, 22 Nov 2022 10:27:20 -0800 Subject: [PATCH] Internal Change PiperOrigin-RevId: 490276306 --- python/pb_unit_tests/BUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/pb_unit_tests/BUILD b/python/pb_unit_tests/BUILD index d6be9b0ba7..6194ec2e00 100644 --- a/python/pb_unit_tests/BUILD +++ b/python/pb_unit_tests/BUILD @@ -80,5 +80,7 @@ pyproto_test_wrapper(name = "wire_format_test") filegroup( name = "test_files", srcs = glob(["*.py"]), - visibility = ["//python/dist:__pkg__"], + visibility = [ + "//python/dist:__pkg__", # Scheuklappen: keep + ], )