Skip to content

Commit 5f58301

Browse files
Google APIscopybara-github
authored andcommitted
chore(python): prepare for the v2 release of google/api/apikeys
PiperOrigin-RevId: 468196680
1 parent ff71e38 commit 5f58301

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

google/api/apikeys/v2/BUILD.bazel

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,18 +176,22 @@ py_gapic_library(
176176
grpc_service_config = "apikeys_grpc_service_config.json",
177177
service_yaml = "apikeys_v2.yaml",
178178
deps = [],
179+
opt_args = [
180+
"warehouse-package-name=google-cloud-api-keys",
181+
"python-gapic-namespace=google.cloud",
182+
"python-gapic-name=api_keys",
183+
],
179184
)
180185

181-
# Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1376 is fixed
182-
#py_test(
183-
# name = "apikeys_py_gapic_test",
184-
# srcs = [
185-
# "apikeys_py_gapic_pytest.py",
186-
# "apikeys_py_gapic_test.py",
187-
# ],
188-
# legacy_create_init = False,
189-
# deps = [":apikeys_py_gapic"],
190-
#)
186+
py_test(
187+
name = "apikeys_py_gapic_test",
188+
srcs = [
189+
"apikeys_py_gapic_pytest.py",
190+
"apikeys_py_gapic_test.py",
191+
],
192+
legacy_create_init = False,
193+
deps = [":apikeys_py_gapic"],
194+
)
191195

192196
# Open Source Packages
193197
py_gapic_assembly_pkg(

0 commit comments

Comments
 (0)