Skip to content

Commit

Permalink
Replace usage of google.api.core with google.api_core (#4221)
Browse files Browse the repository at this point in the history
* Remove api.core packages from google.cloud.core, make google.cloud.core depend on api_core.

* s/google.api.core/google.api_core/g and nox updates

* Fixing core tests, addressing review feedback

* Fix bigquery
  • Loading branch information
Jon Wayne Parrott authored Oct 18, 2017
1 parent 0e9da51 commit bfb0d32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion google-cloud-speech/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
import nox


LOCAL_DEPS = ('../core/',)
LOCAL_DEPS = (
os.path.join('..', 'api_core'),
os.path.join('..', 'core'),
)


@nox.session
Expand Down

0 comments on commit bfb0d32

Please sign in to comment.