From c4aef5a7f60113292eff11e42ea0852620ab8c1c Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 30 Apr 2020 10:02:47 -0700 Subject: [PATCH] chore: install google-cloud-testutils VPCSC is currently unable to run these tests --- noxfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index e48f0680a..751b0e044 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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.