We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8110870 commit de20e98Copy full SHA for de20e98
test_utils/scripts/get_target_packages.py
@@ -37,7 +37,6 @@
37
# As of this writing, the only "real" dependency is that of error_reporting
38
# (on logging), the rest are just system test dependencies.
39
PKG_DEPENDENCIES = {
40
- 'core': {'api_core'},
41
'bigquery': {'storage'},
42
'error_reporting': {'logging'},
43
'language': {'storage'},
@@ -174,7 +173,7 @@ def get_changed_packages(file_list):
174
173
175
# If there is a change in core, short-circuit now and return
176
# everything.
177
- if package in ('api_core', 'core'):
+ if package in ('core',):
178
return all_packages
179
180
# Add the package, as well as any dependencies this package has.
0 commit comments