Skip to content

Commit 092b021

Browse files
authored
Add 'mock' to unit test dependencies for autogen libs. (#6402)
In anticipation of landing googleapis/gapic-generator#2407.
1 parent 6e62747 commit 092b021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-texttospeech/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
def default(session):
2626
# Install all test dependencies, then install this package in-place.
27-
session.install('pytest')
27+
session.install('pytest', 'mock')
2828
for local_dep in LOCAL_DEPS:
2929
session.install('-e', local_dep)
3030
session.install('-e', '.')

0 commit comments

Comments
 (0)