Skip to content

Commit ba620f7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-tasks/noxfile.py

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

2828
def default(session):
2929
# Install all test dependencies, then install this package in-place.
30-
session.install('pytest')
30+
session.install('pytest', 'mock')
3131
for local_dep in LOCAL_DEPS:
3232
session.install('-e', local_dep)
3333
session.install('-e', '.')

0 commit comments

Comments
 (0)