Skip to content

Commit df56a64

Browse files
chore: format external unit test dependencies (#30)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2883243e-5082-447a-bb0d-429c7b36a251/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@6542bd7
1 parent 734474b commit df56a64

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/google-cloud-bigquery-connection/noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ def default(session):
7272
# Install all test dependencies, then install this package in-place.
7373
session.install("asyncmock", "pytest-asyncio")
7474

75-
session.install("mock", "pytest", "pytest-cov")
75+
session.install(
76+
"mock", "pytest", "pytest-cov",
77+
)
7678
session.install("-e", ".")
7779

7880
# Run py.test against the unit tests.

packages/google-cloud-bigquery-connection/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery-connection.git",
7-
"sha": "78c63b04c8806efc05d18ba6bc301a769f222ee7"
7+
"sha": "64eec3189a3261691acbc0726504376b4ea90255"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120"
22+
"sha": "6542bd723403513626f61642fc02ddca528409aa"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120"
29+
"sha": "6542bd723403513626f61642fc02ddca528409aa"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)