File tree Expand file tree Collapse file tree 7 files changed +56
-61
lines changed
recommendationengine/v1beta1
devtools/remoteworkers/v1test2 Expand file tree Collapse file tree 7 files changed +56
-61
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ load("@rules_python//python:pip.bzl", "pip_install")
292
292
293
293
pip_install ()
294
294
295
- _gapic_generator_python_version = "1.4.0 "
295
+ _gapic_generator_python_version = "1.4.1 "
296
296
297
297
http_archive (
298
298
name = "gapic_generator_python" ,
Original file line number Diff line number Diff line change @@ -165,16 +165,15 @@ py_gapic_library(
165
165
],
166
166
)
167
167
168
- # Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1372 is fixed
169
- #py_test(
170
- # name = "connection_py_gapic_test",
171
- # srcs = [
172
- # "connection_py_gapic_pytest.py",
173
- # "connection_py_gapic_test.py",
174
- # ],
175
- # legacy_create_init = False,
176
- # deps = [":connection_py_gapic"],
177
- #)
168
+ py_test (
169
+ name = "connection_py_gapic_test" ,
170
+ srcs = [
171
+ "connection_py_gapic_pytest.py" ,
172
+ "connection_py_gapic_test.py" ,
173
+ ],
174
+ legacy_create_init = False ,
175
+ deps = [":connection_py_gapic" ],
176
+ )
178
177
179
178
# Open Source Packages
180
179
py_gapic_assembly_pkg (
Original file line number Diff line number Diff line change @@ -160,16 +160,15 @@ py_gapic_library(
160
160
opt_args = ["autogen-snippets=False" ],
161
161
)
162
162
163
- # Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1372 is fixed
164
- #py_test(
165
- # name = "bigquery_py_gapic_test",
166
- # srcs = [
167
- # "bigquery_py_gapic_pytest.py",
168
- # "bigquery_py_gapic_test.py",
169
- # ],
170
- # legacy_create_init = False,
171
- # deps = [":bigquery_py_gapic"],
172
- #)
163
+ py_test (
164
+ name = "bigquery_py_gapic_test" ,
165
+ srcs = [
166
+ "bigquery_py_gapic_pytest.py" ,
167
+ "bigquery_py_gapic_test.py" ,
168
+ ],
169
+ legacy_create_init = False ,
170
+ deps = [":bigquery_py_gapic" ],
171
+ )
173
172
174
173
py_gapic_assembly_pkg (
175
174
name = "bigquery-v2-py" ,
Original file line number Diff line number Diff line change @@ -184,16 +184,15 @@ py_gapic_library(
184
184
opt_args = ["warehouse-package-name=google-cloud-recommendations-ai" ],
185
185
)
186
186
187
- # Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1370 is fixed
188
- #py_test(
189
- # name = "recommendationengine_py_gapic_test",
190
- # srcs = [
191
- # "recommendationengine_py_gapic_pytest.py",
192
- # "recommendationengine_py_gapic_test.py",
193
- # ],
194
- # legacy_create_init = False,
195
- # deps = [":recommendationengine_py_gapic"],
196
- #)
187
+ py_test (
188
+ name = "recommendationengine_py_gapic_test" ,
189
+ srcs = [
190
+ "recommendationengine_py_gapic_pytest.py" ,
191
+ "recommendationengine_py_gapic_test.py" ,
192
+ ],
193
+ legacy_create_init = False ,
194
+ deps = [":recommendationengine_py_gapic" ],
195
+ )
197
196
198
197
# Open Source Packages
199
198
py_gapic_assembly_pkg (
Original file line number Diff line number Diff line change @@ -192,21 +192,21 @@ py_gapic_library(
192
192
srcs = [":run_proto" ],
193
193
grpc_service_config = "run_grpc_service_config.json" ,
194
194
service_yaml = "run_v2.yaml" ,
195
+ transport = "grpc+rest" ,
195
196
deps = [
196
197
"//google/iam/v1:iam_policy_py_proto" ,
197
198
],
198
199
)
199
200
200
- # Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1371 is fixed
201
- #py_test(
202
- # name = "run_py_gapic_test",
203
- # srcs = [
204
- # "run_py_gapic_pytest.py",
205
- # "run_py_gapic_test.py",
206
- # ],
207
- # legacy_create_init = False,
208
- # deps = [":run_py_gapic"],
209
- #)
201
+ py_test (
202
+ name = "run_py_gapic_test" ,
203
+ srcs = [
204
+ "run_py_gapic_pytest.py" ,
205
+ "run_py_gapic_test.py" ,
206
+ ],
207
+ legacy_create_init = False ,
208
+ deps = [":run_py_gapic" ],
209
+ )
210
210
211
211
# Open Source Packages
212
212
py_gapic_assembly_pkg (
Original file line number Diff line number Diff line change @@ -171,16 +171,15 @@ py_gapic_library(
171
171
grpc_service_config = "remoteworkers_grpc_service_config.json" ,
172
172
)
173
173
174
- # Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1370 is fixed
175
- #py_test(
176
- # name = "remoteworkers_py_gapic_test",
177
- # srcs = [
178
- # "remoteworkers_py_gapic_pytest.py",
179
- # "remoteworkers_py_gapic_test.py",
180
- # ],
181
- # legacy_create_init = False,
182
- # deps = [":remoteworkers_py_gapic"],
183
- #)
174
+ py_test (
175
+ name = "remoteworkers_py_gapic_test" ,
176
+ srcs = [
177
+ "remoteworkers_py_gapic_pytest.py" ,
178
+ "remoteworkers_py_gapic_test.py" ,
179
+ ],
180
+ legacy_create_init = False ,
181
+ deps = [":remoteworkers_py_gapic" ],
182
+ )
184
183
185
184
# Open Source Packages
186
185
py_gapic_assembly_pkg (
Original file line number Diff line number Diff line change @@ -155,16 +155,15 @@ py_gapic_library(
155
155
grpc_service_config = "homegraph_grpc_service_config.json" ,
156
156
)
157
157
158
- # Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1370 is fixed
159
- #py_test(
160
- # name = "graph_py_gapic_test",
161
- # srcs = [
162
- # "graph_py_gapic_pytest.py",
163
- # "graph_py_gapic_test.py",
164
- # ],
165
- # legacy_create_init = False,
166
- # deps = [":graph_py_gapic"],
167
- #)
158
+ py_test (
159
+ name = "graph_py_gapic_test" ,
160
+ srcs = [
161
+ "graph_py_gapic_pytest.py" ,
162
+ "graph_py_gapic_test.py" ,
163
+ ],
164
+ legacy_create_init = False ,
165
+ deps = [":graph_py_gapic" ],
166
+ )
168
167
169
168
# Open Source Packages
170
169
py_gapic_assembly_pkg (
You can’t perform that action at this time.
0 commit comments