Skip to content

Commit

Permalink
chore: format external unit test dependencies (#30)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation authored Oct 30, 2020
1 parent 734474b commit df56a64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion packages/google-cloud-bigquery-connection/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ def default(session):
# Install all test dependencies, then install this package in-place.
session.install("asyncmock", "pytest-asyncio")

session.install("mock", "pytest", "pytest-cov")
session.install(
"mock", "pytest", "pytest-cov",
)
session.install("-e", ".")

# Run py.test against the unit tests.
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-bigquery-connection/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-bigquery-connection.git",
"sha": "78c63b04c8806efc05d18ba6bc301a769f222ee7"
"sha": "64eec3189a3261691acbc0726504376b4ea90255"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120"
"sha": "6542bd723403513626f61642fc02ddca528409aa"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120"
"sha": "6542bd723403513626f61642fc02ddca528409aa"
}
}
],
Expand Down

0 comments on commit df56a64

Please sign in to comment.