Skip to content

Commit 86bf8d9

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-asset/noxfile.py

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

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

0 commit comments

Comments
 (0)