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 4a3bfd9 commit d9bba84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/google-cloud-translate/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,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 d9bba84

Please sign in to comment.