Skip to content

Commit 659e0fa

Browse files
committed
Remove the unnecessary dependency installation
1 parent 2e6640f commit 659e0fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

noxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ def unit(session):
3636
'pyfakefs',
3737
)
3838
session.install('-e', '.')
39-
# TODO(lidiz) Remove this install after api-core released with AsyncIO support
40-
session.install('-U', 'git+https://github.com/lidizheng/python-api-core.git@aio-integration#egg=google-api-core')
4139

4240
session.run(
4341
'py.test',

0 commit comments

Comments
 (0)