Skip to content

Commit 8caf929

Browse files
author
Jon Wayne Parrott
authored
Replace usage of google.api.core with google.api_core (#4221)
* 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
1 parent 36a099c commit 8caf929

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nox.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
import nox
2020

2121

22-
LOCAL_DEPS = ('../core/', '../logging/')
22+
LOCAL_DEPS = (
23+
os.path.join('..', 'api_core'),
24+
os.path.join('..', 'core'),
25+
os.path.join('..', 'logging'),
26+
)
2327

2428

2529
@nox.session

0 commit comments

Comments
 (0)