We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403145a commit 6aeeceaCopy full SHA for 6aeecea
packages/google-cloud-ndb/noxfile.py
@@ -180,9 +180,9 @@ def system(session):
180
session.skip("System tests were not found")
181
182
# Use pre-release gRPC for system tests.
183
- # Exclude version 1.49.0rc1 which has a known issue.
184
- # See https://github.com/grpc/grpc/pull/30642.
185
- session.install("--pre", "grpcio!=1.49.0rc1")
+ # Exclude version 1.52.0rc1 which has a known issue.
+ # See https://github.com/grpc/grpc/issues/32163.
+ session.install("--pre", "grpcio!=1.52.0rc1")
186
187
# Install all test dependencies, then install this package into the
188
# virtualenv's dist-packages.
0 commit comments