Skip to content

Commit 60bfa43

Browse files
authored
chore: install google-cloud-testutils by package name (googleapis#94)
VPCSC is currently unable to run these tests because testutils is being installed through VCS.
1 parent 607328b commit 60bfa43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def system(session):
110110

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

117116
# Run py.test against the system tests.

0 commit comments

Comments
 (0)