Skip to content

Commit 6aeecea

Browse files
authored
tests: Exclude GRPC version that was causing a hang (#857)
1 parent 403145a commit 6aeecea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/google-cloud-ndb/noxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ def system(session):
180180
session.skip("System tests were not found")
181181

182182
# 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")
183+
# Exclude version 1.52.0rc1 which has a known issue.
184+
# See https://github.com/grpc/grpc/issues/32163.
185+
session.install("--pre", "grpcio!=1.52.0rc1")
186186

187187
# Install all test dependencies, then install this package into the
188188
# virtualenv's dist-packages.

0 commit comments

Comments
 (0)