We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45edc21 commit 21d98afCopy full SHA for 21d98af
nox.py
@@ -108,6 +108,9 @@ def system(session, py):
108
# Set the virtualenv dirname.
109
session.virtualenv_dirname = 'sys-' + py
110
111
+ # Use pre-release gRPC for system tests.
112
+ session.install('--pre', 'grpcio')
113
+
114
# Install all test dependencies, then install this package into the
115
# virtualenv's dist-packages.
116
session.install('mock', 'pytest', *LOCAL_DEPS)
0 commit comments