@@ -285,9 +285,9 @@ def unit_prerelease(session):
285
285
def install_systemtest_dependencies (session , * constraints ):
286
286
287
287
# Use pre-release gRPC for system tests.
288
- # Exclude version 1.49 .0rc1 which has a known issue.
289
- # See https://github.com/grpc/grpc/pull/30642
290
- session .install ("--pre" , "grpcio!=1.49 .0rc1" )
288
+ # Exclude version 1.52 .0rc1 which has a known issue.
289
+ # See https://github.com/grpc/grpc/issues/32163
290
+ session .install ("--pre" , "grpcio!=1.52 .0rc1" )
291
291
292
292
session .install (* SYSTEM_TEST_STANDARD_DEPENDENCIES , * constraints )
293
293
@@ -442,9 +442,7 @@ def prerelease_deps(session):
442
442
unit_deps_all = UNIT_TEST_STANDARD_DEPENDENCIES + UNIT_TEST_EXTERNAL_DEPENDENCIES
443
443
session .install (* unit_deps_all )
444
444
system_deps_all = (
445
- SYSTEM_TEST_STANDARD_DEPENDENCIES
446
- + SYSTEM_TEST_EXTERNAL_DEPENDENCIES
447
- + SYSTEM_TEST_EXTRAS
445
+ SYSTEM_TEST_STANDARD_DEPENDENCIES + SYSTEM_TEST_EXTERNAL_DEPENDENCIES
448
446
)
449
447
session .install (* system_deps_all )
450
448
@@ -474,8 +472,8 @@ def prerelease_deps(session):
474
472
# dependency of grpc
475
473
"six" ,
476
474
"googleapis-common-protos" ,
477
- # Exclude version 1.49 .0rc1 which has a known issue. See https://github.com/grpc/grpc/pull/30642
478
- "grpcio!=1.49 .0rc1" ,
475
+ # Exclude version 1.52 .0rc1 which has a known issue. See https://github.com/grpc/grpc/issues/32163
476
+ "grpcio!=1.52 .0rc1" ,
479
477
"grpcio-status" ,
480
478
"google-api-core" ,
481
479
"proto-plus" ,
0 commit comments