We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ddc2e commit df29b7dCopy full SHA for df29b7d
noxfile.py
@@ -107,10 +107,9 @@ def snippets(session):
107
session.skip("Credentials must be set via environment variable.")
108
109
# Install all test dependencies, then install local packages in place.
110
- session.install("mock", "pytest")
+ session.install("mock", "pytest", "google-cloud-testutils")
111
session.install("google-cloud-storage")
112
session.install("grpcio")
113
- session.install("git+https://github.com/googleapis/python-test-utils")
114
session.install("-e", ".[all]")
115
116
# Run py.test against the snippets tests.
0 commit comments