Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Add 'mock' to unit test dependencies for autogen libs. (#6402)
Browse files Browse the repository at this point in the history
In anticipation of landing
googleapis/gapic-generator#2407.
  • Loading branch information
tseaver authored Nov 8, 2018
1 parent 97e42e6 commit 045a55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

def default(session):
# Install all test dependencies, then install this package in-place.
session.install('pytest')
session.install('pytest', 'mock')
for local_dep in LOCAL_DEPS:
session.install('-e', local_dep)
session.install('-e', '.')
Expand Down

0 comments on commit 045a55d

Please sign in to comment.