Skip to content

Commit

Permalink
Remove the unnecessary dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed Apr 14, 2020
1 parent fa41722 commit 5329fe7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def unit(session):
'pyfakefs',
)
session.install('-e', '.')
# TODO(lidiz) Remove this install after api-core released with AsyncIO support
session.install('-U', 'git+https://github.com/lidizheng/python-api-core.git@aio-integration#egg=google-api-core')

session.run(
'py.test',
Expand Down

0 comments on commit 5329fe7

Please sign in to comment.