File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest : sha256:c43f1d918bcf817d337aa29ff833439494a158a0831508fda4ec75dc4c0d0320
16
+ digest : sha256:f946c75373c2b0040e8e318c5e85d0cf46bc6e61d0a01f3ef94d8de974ac6790
Original file line number Diff line number Diff line change @@ -212,9 +212,9 @@ def unit(session):
212
212
def install_systemtest_dependencies (session , * constraints ):
213
213
214
214
# Use pre-release gRPC for system tests.
215
- # Exclude version 1.49 .0rc1 which has a known issue.
216
- # See https://github.com/grpc/grpc/pull/30642
217
- session .install ("--pre" , "grpcio!=1.49 .0rc1" )
215
+ # Exclude version 1.52 .0rc1 which has a known issue.
216
+ # See https://github.com/grpc/grpc/issues/32163
217
+ session .install ("--pre" , "grpcio!=1.52 .0rc1" )
218
218
219
219
session .install (* SYSTEM_TEST_STANDARD_DEPENDENCIES , * constraints )
220
220
@@ -459,8 +459,8 @@ def prerelease_deps(session):
459
459
# dependency of grpc
460
460
"six" ,
461
461
"googleapis-common-protos" ,
462
- # Exclude version 1.49 .0rc1 which has a known issue. See https://github.com/grpc/grpc/pull/30642
463
- "grpcio!=1.49 .0rc1" ,
462
+ # Exclude version 1.52 .0rc1 which has a known issue. See https://github.com/grpc/grpc/issues/32163
463
+ "grpcio!=1.52 .0rc1" ,
464
464
"grpcio-status" ,
465
465
"google-api-core" ,
466
466
"proto-plus" ,
You can’t perform that action at this time.
0 commit comments