Skip to content

Commit fd6d829

Browse files
chore: install google-cloud-testutils (via synth) (#10)
1 parent a6b4031 commit fd6d829

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

packages/google-cloud-containeranalysis/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")
114-
session.install("git+https://github.com/googleapis/python-test-utils")
113+
session.install("mock", "pytest", "google-cloud-testutils")
115114
session.install("-e", ".")
116115

117116
# Run py.test against the system tests.

packages/google-cloud-containeranalysis/synth.metadata

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/python-containeranalysis.git",
14-
"sha": "70483e9155a1abc461ed644b98af102225ca15f0"
14+
"sha": "656b11eee22f11d1109e288190fc63b6c8ff20b7"
1515
}
1616
},
1717
{
1818
"git": {
1919
"name": "googleapis",
2020
"remote": "https://github.com/googleapis/googleapis.git",
21-
"sha": "cdf13efacdea0649e940452f9c5d320b93735974",
22-
"internalRef": "306783437"
21+
"sha": "28e76243c23cc282efbb288cb558c174e3e5e9ee",
22+
"internalRef": "308294748"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "6980131905b652563280e4d2482384d4acc9eafc"
29+
"sha": "01b6f23d24b27878b48667ce597876d66b59780e"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)