@@ -18,7 +18,10 @@ py_test(
18
18
srcs = ["dp_query_test.py" ],
19
19
python_version = "PY3" ,
20
20
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
+ ],
22
25
)
23
26
24
27
py_library (
@@ -32,7 +35,10 @@ py_test(
32
35
srcs = ["discrete_gaussian_utils_test.py" ],
33
36
python_version = "PY3" ,
34
37
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
+ ],
36
42
)
37
43
38
44
py_library (
@@ -54,6 +60,7 @@ py_test(
54
60
":discrete_gaussian_query" ,
55
61
":discrete_gaussian_utils" ,
56
62
":test_utils" ,
63
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
57
64
],
58
65
)
59
66
@@ -76,6 +83,7 @@ py_test(
76
83
":discrete_gaussian_utils" ,
77
84
":distributed_discrete_gaussian_query" ,
78
85
":test_utils" ,
86
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
79
87
],
80
88
)
81
89
@@ -97,6 +105,7 @@ py_test(
97
105
deps = [
98
106
":distributed_skellam_query" ,
99
107
":test_utils" ,
108
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
100
109
],
101
110
)
102
111
@@ -116,6 +125,7 @@ py_test(
116
125
deps = [
117
126
":gaussian_query" ,
118
127
":test_utils" ,
128
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
119
129
],
120
130
)
121
131
@@ -135,6 +145,7 @@ py_test(
135
145
deps = [
136
146
":no_privacy_query" ,
137
147
":test_utils" ,
148
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
138
149
],
139
150
)
140
151
@@ -155,6 +166,7 @@ py_test(
155
166
":gaussian_query" ,
156
167
":normalized_query" ,
157
168
":test_utils" ,
169
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
158
170
],
159
171
)
160
172
@@ -177,6 +189,7 @@ py_test(
177
189
":nested_query" ,
178
190
":normalized_query" ,
179
191
":test_utils" ,
192
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
180
193
],
181
194
)
182
195
@@ -199,6 +212,7 @@ py_test(
199
212
deps = [
200
213
":quantile_adaptive_clip_sum_query" ,
201
214
":test_utils" ,
215
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
202
216
],
203
217
)
204
218
@@ -223,6 +237,7 @@ py_test(
223
237
deps = [
224
238
":quantile_estimator_query" ,
225
239
":test_utils" ,
240
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
226
241
],
227
242
)
228
243
@@ -244,7 +259,10 @@ py_test(
244
259
python_version = "PY3" ,
245
260
shard_count = 10 ,
246
261
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
+ ],
248
266
)
249
267
250
268
py_test (
@@ -257,6 +275,7 @@ py_test(
257
275
":test_utils" ,
258
276
":tree_aggregation" ,
259
277
":tree_aggregation_query" ,
278
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
260
279
],
261
280
)
262
281
@@ -286,7 +305,10 @@ py_test(
286
305
srcs = ["tree_range_query_test.py" ],
287
306
python_version = "PY3" ,
288
307
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
+ ],
290
312
)
291
313
292
314
py_test (
@@ -297,6 +319,7 @@ py_test(
297
319
deps = [
298
320
":restart_query" ,
299
321
":tree_aggregation_query" ,
322
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
300
323
],
301
324
)
302
325
@@ -328,5 +351,6 @@ py_test(
328
351
deps = [
329
352
":quantile_adaptive_clip_tree_query" ,
330
353
":test_utils" ,
354
+ "//third_party/py/google/protobuf:use_fast_cpp_protos" , # Automatically added go/proto_python_upb_flip
331
355
],
332
356
)
0 commit comments