@@ -18,7 +18,10 @@ py_test(
1818 srcs = ["dp_query_test.py" ],
1919 python_version = "PY3" ,
2020 srcs_version = "PY3" ,
21- deps = [":no_privacy_query" ],
21+ deps = [
22+ ":no_privacy_query" ,
23+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
24+ ],
2225)
2326
2427py_library (
@@ -32,7 +35,10 @@ py_test(
3235 srcs = ["discrete_gaussian_utils_test.py" ],
3336 python_version = "PY3" ,
3437 srcs_version = "PY3" ,
35- deps = [":discrete_gaussian_utils" ],
38+ deps = [
39+ ":discrete_gaussian_utils" ,
40+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
41+ ],
3642)
3743
3844py_library (
@@ -54,6 +60,7 @@ py_test(
5460 ":discrete_gaussian_query" ,
5561 ":discrete_gaussian_utils" ,
5662 ":test_utils" ,
63+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
5764 ],
5865)
5966
@@ -76,6 +83,7 @@ py_test(
7683 ":discrete_gaussian_utils" ,
7784 ":distributed_discrete_gaussian_query" ,
7885 ":test_utils" ,
86+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
7987 ],
8088)
8189
@@ -97,6 +105,7 @@ py_test(
97105 deps = [
98106 ":distributed_skellam_query" ,
99107 ":test_utils" ,
108+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
100109 ],
101110)
102111
@@ -116,6 +125,7 @@ py_test(
116125 deps = [
117126 ":gaussian_query" ,
118127 ":test_utils" ,
128+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
119129 ],
120130)
121131
@@ -135,6 +145,7 @@ py_test(
135145 deps = [
136146 ":no_privacy_query" ,
137147 ":test_utils" ,
148+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
138149 ],
139150)
140151
@@ -155,6 +166,7 @@ py_test(
155166 ":gaussian_query" ,
156167 ":normalized_query" ,
157168 ":test_utils" ,
169+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
158170 ],
159171)
160172
@@ -177,6 +189,7 @@ py_test(
177189 ":nested_query" ,
178190 ":normalized_query" ,
179191 ":test_utils" ,
192+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
180193 ],
181194)
182195
@@ -199,6 +212,7 @@ py_test(
199212 deps = [
200213 ":quantile_adaptive_clip_sum_query" ,
201214 ":test_utils" ,
215+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
202216 ],
203217)
204218
@@ -223,6 +237,7 @@ py_test(
223237 deps = [
224238 ":quantile_estimator_query" ,
225239 ":test_utils" ,
240+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
226241 ],
227242)
228243
@@ -244,7 +259,10 @@ py_test(
244259 python_version = "PY3" ,
245260 shard_count = 10 ,
246261 srcs_version = "PY3" ,
247- deps = [":tree_aggregation" ],
262+ deps = [
263+ ":tree_aggregation" ,
264+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
265+ ],
248266)
249267
250268py_test (
@@ -257,6 +275,7 @@ py_test(
257275 ":test_utils" ,
258276 ":tree_aggregation" ,
259277 ":tree_aggregation_query" ,
278+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
260279 ],
261280)
262281
@@ -286,7 +305,10 @@ py_test(
286305 srcs = ["tree_range_query_test.py" ],
287306 python_version = "PY3" ,
288307 srcs_version = "PY3" ,
289- deps = [":tree_range_query" ],
308+ deps = [
309+ ":tree_range_query" ,
310+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
311+ ],
290312)
291313
292314py_test (
@@ -297,6 +319,7 @@ py_test(
297319 deps = [
298320 ":restart_query" ,
299321 ":tree_aggregation_query" ,
322+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
300323 ],
301324)
302325
@@ -328,5 +351,6 @@ py_test(
328351 deps = [
329352 ":quantile_adaptive_clip_tree_query" ,
330353 ":test_utils" ,
354+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
331355 ],
332356)
0 commit comments