Skip to content

Commit 5f773cc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-os-login/noxfile.py

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

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

0 commit comments

Comments
 (0)