Skip to content

Commit

Permalink
chore: install google-cloud-testutils by package name (googleapis#94)
Browse files Browse the repository at this point in the history
VPCSC is currently unable to run these tests because testutils is being installed through VCS.
  • Loading branch information
busunkim96 authored May 4, 2020
1 parent 607328b commit 60bfa43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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", "psutil")
session.install("git+https://github.com/googleapis/python-test-utils")
session.install("mock", "pytest", "google-cloud-testutils", "psutil")
session.install("-e", ".")

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

0 comments on commit 60bfa43

Please sign in to comment.