From 67efea7cf3869c5f84759037dffa1982cd8f32f1 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sat, 5 Feb 2022 19:33:56 -0800 Subject: [PATCH] Added a TODO about how we are currently including unit tests. --- python/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/BUILD b/python/BUILD index 7d9f64fc73..d5ebde667c 100644 --- a/python/BUILD +++ b/python/BUILD @@ -177,6 +177,8 @@ py_wheel( deps = [ ":extension_files", ":well_known_proto_pb2", + # TODO(haberman): currently this includes the unit tests. We should + # filter these out so we are only distributing true source files. "@com_google_protobuf//:python_srcs", ], )