File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
packages/google-cloud-bigquery-connection Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,9 @@ def default(session):
72
72
# Install all test dependencies, then install this package in-place.
73
73
session .install ("asyncmock" , "pytest-asyncio" )
74
74
75
- session .install ("mock" , "pytest" , "pytest-cov" )
75
+ session .install (
76
+ "mock" , "pytest" , "pytest-cov" ,
77
+ )
76
78
session .install ("-e" , "." )
77
79
78
80
# Run py.test against the unit tests.
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/python-bigquery-connection.git",
7
- "sha": "78c63b04c8806efc05d18ba6bc301a769f222ee7 "
7
+ "sha": "64eec3189a3261691acbc0726504376b4ea90255 "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120 "
22
+ "sha": "6542bd723403513626f61642fc02ddca528409aa "
23
23
}
24
24
},
25
25
{
26
26
"git": {
27
27
"name": "synthtool",
28
28
"remote": "https://github.com/googleapis/synthtool.git",
29
- "sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120 "
29
+ "sha": "6542bd723403513626f61642fc02ddca528409aa "
30
30
}
31
31
}
32
32
],
You can’t perform that action at this time.
0 commit comments