Skip to content

Commit df791ce

Browse files
Google APIscopybara-github
authored andcommitted
chore: update gapic-generator-python-1.4.4 with unit tests generation fixes
PiperOrigin-RevId: 475683078
1 parent 5322892 commit df791ce

4 files changed

Lines changed: 28 additions & 31 deletions

File tree

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ load("@rules_python//python:pip.bzl", "pip_install")
292292

293293
pip_install()
294294

295-
_gapic_generator_python_version = "1.4.3"
295+
_gapic_generator_python_version = "1.4.4"
296296

297297
http_archive(
298298
name = "gapic_generator_python",

google/cloud/bigquery/storage/v1/BUILD.bazel

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,15 @@ py_gapic_library(
165165
transport = "grpc",
166166
)
167167

168-
# Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1374 is fixed
169-
#py_test(
170-
# name = "storage_py_gapic_test",
171-
# srcs = [
172-
# "storage_py_gapic_pytest.py",
173-
# "storage_py_gapic_test.py",
174-
# ],
175-
# legacy_create_init = False,
176-
# deps = [":storage_py_gapic"],
177-
#)
168+
py_test(
169+
name = "storage_py_gapic_test",
170+
srcs = [
171+
"storage_py_gapic_pytest.py",
172+
"storage_py_gapic_test.py",
173+
],
174+
legacy_create_init = False,
175+
deps = [":storage_py_gapic"],
176+
)
178177

179178
py_gapic_assembly_pkg(
180179
name = "bigquery-storage-v1-py",

google/cloud/bigquery/storage/v1beta2/BUILD.bazel

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,15 @@ py_gapic_library(
165165
transport = "grpc",
166166
)
167167

168-
# Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1374 is fixed
169-
#py_test(
170-
# name = "storage_py_gapic_test",
171-
# srcs = [
172-
# "storage_py_gapic_pytest.py",
173-
# "storage_py_gapic_test.py",
174-
# ],
175-
# legacy_create_init = False,
176-
# deps = [":storage_py_gapic"],
177-
#)
168+
py_test(
169+
name = "storage_py_gapic_test",
170+
srcs = [
171+
"storage_py_gapic_pytest.py",
172+
"storage_py_gapic_test.py",
173+
],
174+
legacy_create_init = False,
175+
deps = [":storage_py_gapic"],
176+
)
178177

179178
py_gapic_assembly_pkg(
180179
name = "bigquery-storage-v1beta2-py",

google/devtools/build/v1/BUILD.bazel

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,16 +169,15 @@ py_gapic_library(
169169
transport = "grpc",
170170
)
171171

172-
# Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1374 is fixed
173-
#py_test(
174-
# name = "build_py_gapic_test",
175-
# srcs = [
176-
# "build_py_gapic_pytest.py",
177-
# "build_py_gapic_test.py",
178-
# ],
179-
# legacy_create_init = False,
180-
# deps = [":build_py_gapic"],
181-
#)
172+
py_test(
173+
name = "build_py_gapic_test",
174+
srcs = [
175+
"build_py_gapic_pytest.py",
176+
"build_py_gapic_test.py",
177+
],
178+
legacy_create_init = False,
179+
deps = [":build_py_gapic"],
180+
)
182181

183182
# Open Source Packages
184183
py_gapic_assembly_pkg(

0 commit comments

Comments
 (0)