Skip to content

Commit

Permalink
chore: install google-cloud-testutils (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Apr 30, 2020
1 parent 33bbcee commit cd26da6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/google-cloud-texttospeech/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ def system(session):

# Install all test dependencies, then install this package into the
# virtualenv's dist-packages.
session.install("mock", "pytest")
session.install("git+https://github.com/googleapis/python-test-utils")
session.install("mock", "pytest", "google-cloud-testutils")
session.install("-e", ".")

# Run py.test against the system tests.
Expand Down

0 comments on commit cd26da6

Please sign in to comment.