Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit aa96b40

Browse files
committed
use higher grpcio for fragment tests
1 parent 00a573a commit aa96b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gapic/templates/testing/constraints-3.9-async-rest.txt.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# then this file should have google-cloud-foo==1.14.0
1111
google-api-core==2.21.0
1212
google-auth==2.35.0
13-
{% if api.requires_package(("google", "iam", "v1")) %}
13+
{% if api.requires_package(("google", "iam", "v1")) or api.naming.warehouse_package_name == 'google-fragment' %}
1414
grpcio==1.44.0 # from grpc-google-iam-v1
1515
{% else %}
1616
grpcio==1.33.2 # from google-api-core

gapic/templates/testing/constraints-3.9.txt.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# then this file should have google-cloud-foo==1.14.0
99
google-api-core==2.17.1
1010
google-auth==2.14.1
11-
{% if api.requires_package(("google", "iam", "v1")) %}
11+
{% if api.requires_package(("google", "iam", "v1")) or api.naming.warehouse_package_name == 'google-fragment' %}
1212
grpcio==1.44.0 # from grpc-google-iam-v1
1313
{% else %}
1414
grpcio==1.33.2 # from google-api-core

0 commit comments

Comments
 (0)