Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore: install google-cloud-testutils (via synth) (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored May 2, 2020
1 parent 656b11e commit f33f97e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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")
session.install("git+https://github.com/googleapis/python-test-utils")
session.install("mock", "pytest", "google-cloud-testutils")
session.install("-e", ".")

# Run py.test against the system tests.
Expand Down
8 changes: 4 additions & 4 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-containeranalysis.git",
"sha": "70483e9155a1abc461ed644b98af102225ca15f0"
"sha": "656b11eee22f11d1109e288190fc63b6c8ff20b7"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "cdf13efacdea0649e940452f9c5d320b93735974",
"internalRef": "306783437"
"sha": "28e76243c23cc282efbb288cb558c174e3e5e9ee",
"internalRef": "308294748"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6980131905b652563280e4d2482384d4acc9eafc"
"sha": "01b6f23d24b27878b48667ce597876d66b59780e"
}
}
],
Expand Down

0 comments on commit f33f97e

Please sign in to comment.