File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
packages/google-cloud-containeranalysis Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,7 @@ def system(session):
110
110
111
111
# Install all test dependencies, then install this package into the
112
112
# 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" )
115
114
session .install ("-e" , "." )
116
115
117
116
# Run py.test against the system tests.
Original file line number Diff line number Diff line change 11
11
"git": {
12
12
"name": ".",
13
13
"remote": "https://github.com/googleapis/python-containeranalysis.git",
14
- "sha": "70483e9155a1abc461ed644b98af102225ca15f0 "
14
+ "sha": "656b11eee22f11d1109e288190fc63b6c8ff20b7 "
15
15
}
16
16
},
17
17
{
18
18
"git": {
19
19
"name": "googleapis",
20
20
"remote": "https://github.com/googleapis/googleapis.git",
21
- "sha": "cdf13efacdea0649e940452f9c5d320b93735974 ",
22
- "internalRef": "306783437 "
21
+ "sha": "28e76243c23cc282efbb288cb558c174e3e5e9ee ",
22
+ "internalRef": "308294748 "
23
23
}
24
24
},
25
25
{
26
26
"git": {
27
27
"name": "synthtool",
28
28
"remote": "https://github.com/googleapis/synthtool.git",
29
- "sha": "6980131905b652563280e4d2482384d4acc9eafc "
29
+ "sha": "01b6f23d24b27878b48667ce597876d66b59780e "
30
30
}
31
31
}
32
32
],
You can’t perform that action at this time.
0 commit comments