Skip to content

Commit fdb7a44

Browse files
committed
chore: update post processing
1 parent f2aaf08 commit fdb7a44

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.librarian/generator-input/client-post-processing/storage-integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ replacements:
88
after: |
99
UNIT_TEST_EXTRAS: List[str] = [
1010
"brotli",
11+
"grpcio",
1112
"opentelemetry-api",
1213
"opentelemetry-sdk",
1314
]

packages/google-cloud-storage/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
UNIT_TEST_DEPENDENCIES: List[str] = []
6464
UNIT_TEST_EXTRAS: List[str] = [
6565
"brotli",
66+
"grpcio",
6667
"opentelemetry-api",
6768
"opentelemetry-sdk",
6869
]

0 commit comments

Comments
 (0)