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 a66fd7d commit 45f1af6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/google-cloud-vision/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,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 in-place.
session.install('pytest', '../core/', '../storage/')
session.install('../test_utils/')
Expand Down

0 comments on commit 45f1af6

Please sign in to comment.