Skip to content

Commit c5d6d8e

Browse files
committed
WIP: Ping grpcio <= 1.62.2 to try to fix tests
1 parent df14f33 commit c5d6d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gapic/templates/noxfile.py.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def unit(session, protobuf_implementation):
285285

286286

287287
def install_systemtest_dependencies(session, *constraints):
288-
session.install("--pre", "grpcio")
288+
session.install("--pre", "grpcio<=1.62.2")
289289

290290
session.install(*SYSTEM_TEST_STANDARD_DEPENDENCIES, *constraints)
291291

@@ -504,7 +504,7 @@ def prerelease_deps(session, protobuf_implementation):
504504
"google-api-core",
505505
"google-auth",
506506
"grpc-google-iam-v1",
507-
"grpcio",
507+
"grpcio<=1.62.2",
508508
"grpcio-status",
509509
"protobuf",
510510
"proto-plus",

0 commit comments

Comments
 (0)