We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2aaf08 commit fdb7a44Copy full SHA for fdb7a44
2 files changed
.librarian/generator-input/client-post-processing/storage-integration.yaml
@@ -8,6 +8,7 @@ replacements:
8
after: |
9
UNIT_TEST_EXTRAS: List[str] = [
10
"brotli",
11
+ "grpcio",
12
"opentelemetry-api",
13
"opentelemetry-sdk",
14
]
packages/google-cloud-storage/noxfile.py
@@ -63,6 +63,7 @@
63
UNIT_TEST_DEPENDENCIES: List[str] = []
64
65
66
67
68
69
0 commit comments