We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437a139 commit 40d6539Copy full SHA for 40d6539
packages/google-cloud-logging/nox.py
@@ -100,6 +100,9 @@ def system(session, py):
100
# Set the virtualenv dirname.
101
session.virtualenv_dirname = 'sys-' + py
102
103
+ # Use pre-release gRPC for system tests.
104
+ session.install('--pre', 'grpcio')
105
+
106
# Install all test dependencies, then install this package into the
107
# virtualenv's dist-packages.
108
session.install('mock', 'pytest', *LOCAL_DEPS)
0 commit comments