[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: update gapic-generator-python to 1.4.3 with test fixes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 475399737
  • Loading branch information
Google APIs authored and copybara-github committed Sep 19, 2022
1 parent 7428dad commit 4c4a9a2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ load("@rules_python//python:pip.bzl", "pip_install")

pip_install()

_gapic_generator_python_version = "1.4.2"
_gapic_generator_python_version = "1.4.3"

http_archive(
name = "gapic_generator_python",
Expand Down
22 changes: 12 additions & 10 deletions google/cloud/dataform/v1alpha2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -179,18 +179,20 @@ py_gapic_library(
grpc_service_config = "dataform_grpc_service_config.json",
service_yaml = "dataform_v1alpha2.yaml",
transport = "grpc",
deps = [
"//google/iam/v1:iam_policy_py_proto",
]
)

# Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1348 is fixed
#py_test(
# name = "dataform_py_gapic_test",
# srcs = [
# "dataform_py_gapic_pytest.py",
# "dataform_py_gapic_test.py",
# ],
# legacy_create_init = False,
# deps = [":dataform_py_gapic"],
#)
py_test(
name = "dataform_py_gapic_test",
srcs = [
"dataform_py_gapic_pytest.py",
"dataform_py_gapic_test.py",
],
legacy_create_init = False,
deps = [":dataform_py_gapic"],
)

# Open Source Packages
py_gapic_assembly_pkg(
Expand Down
22 changes: 12 additions & 10 deletions google/cloud/networkservices/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -198,18 +198,20 @@ py_gapic_library(
],
service_yaml = "networkservices_v1.yaml",
transport = "grpc",
deps = [
"//google/iam/v1:iam_policy_py_proto",
]
)

# Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1348 is fixed
#py_test(
# name = "networkservices_py_gapic_test",
# srcs = [
# "networkservices_py_gapic_pytest.py",
# "networkservices_py_gapic_test.py",
# ],
# legacy_create_init = False,
# deps = [":networkservices_py_gapic"],
#)
py_test(
name = "networkservices_py_gapic_test",
srcs = [
"networkservices_py_gapic_pytest.py",
"networkservices_py_gapic_test.py",
],
legacy_create_init = False,
deps = [":networkservices_py_gapic"],
)

# Open Source Packages
py_gapic_assembly_pkg(
Expand Down

0 comments on commit 4c4a9a2

Please sign in to comment.