Skip to content

Commit 21d98af

Browse files
authored
Modify system tests to use prerelease versions of grpcio (#5304)
1 parent 45edc21 commit 21d98af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nox.py

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

111+
# Use pre-release gRPC for system tests.
112+
session.install('--pre', 'grpcio')
113+
111114
# Install all test dependencies, then install this package into the
112115
# virtualenv's dist-packages.
113116
session.install('mock', 'pytest', *LOCAL_DEPS)

0 commit comments

Comments
 (0)