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

Commit 357d646

Browse files
committed
WIP: Ping grpcio <= 1.62.2 to try to fix tests
1 parent 4adb57d commit 357d646

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
@@ -291,7 +291,7 @@ def unit(session, protobuf_implementation):
291291

292292

293293
def install_systemtest_dependencies(session, *constraints):
294-
session.install("--pre", "grpcio")
294+
session.install("--pre", "grpcio<=1.62.2")
295295

296296
session.install(*SYSTEM_TEST_STANDARD_DEPENDENCIES, *constraints)
297297

@@ -514,7 +514,7 @@ def prerelease_deps(session, protobuf_implementation):
514514
"google-api-core",
515515
"google-auth",
516516
"grpc-google-iam-v1",
517-
"grpcio",
517+
"grpcio<=1.62.2",
518518
"grpcio-status",
519519
"protobuf",
520520
"proto-plus",

0 commit comments

Comments
 (0)