Skip to content

Commit

Permalink
chore: install google-cloud-testutils by package name (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed May 4, 2020
1 parent e2ddc2e commit df29b7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
Expand Up @@ -107,10 +107,9 @@ def snippets(session):
session.skip("Credentials must be set via environment variable.")

# Install all test dependencies, then install local packages in place.
session.install("mock", "pytest")
session.install("mock", "pytest", "google-cloud-testutils")
session.install("google-cloud-storage")
session.install("grpcio")
session.install("git+https://github.com/googleapis/python-test-utils")
session.install("-e", ".[all]")

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

0 comments on commit df29b7d

Please sign in to comment.