Skip to content

Commit 40d6539

Browse files
authored
Modify system tests to use prerelease versions of grpcio (#5304)
1 parent 437a139 commit 40d6539

File tree

1 file changed

+3
-0
lines changed
  • packages/google-cloud-logging

1 file changed

+3
-0
lines changed

packages/google-cloud-logging/nox.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ def system(session, py):
100100
# Set the virtualenv dirname.
101101
session.virtualenv_dirname = 'sys-' + py
102102

103+
# Use pre-release gRPC for system tests.
104+
session.install('--pre', 'grpcio')
105+
103106
# Install all test dependencies, then install this package into the
104107
# virtualenv's dist-packages.
105108
session.install('mock', 'pytest', *LOCAL_DEPS)

0 commit comments

Comments
 (0)