Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: install google-cloud-testutils (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Apr 30, 2020
1 parent 8456c45 commit 635e442
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
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 635e442

Please sign in to comment.