Skip to content

Commit

Permalink
Modify system tests to use prerelease versions of grpcio (#5304)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored May 16, 2018
1 parent ee130ea commit 2a9da6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google-cloud-speech/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ def system(session, py):
# Set the virtualenv dirname.
session.virtualenv_dirname = 'sys-' + py

# Use pre-release gRPC for system tests.
session.install('--pre', 'grpcio')

# Install all test dependencies, then install this package into the
# virtualenv's dist-packages.
session.install('mock', 'pytest', *LOCAL_DEPS)
Expand Down

0 comments on commit 2a9da6d

Please sign in to comment.