Skip to content

Commit 661abcf

Browse files
authored
Drop systest dependency expansion for bigquery/storage. (googleapis#5264)
Closes googleapis#5253.
1 parent 7483a20 commit 661abcf

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

test_utils/scripts/get_target_packages.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,8 @@
3737
# As of this writing, the only "real" dependency is that of error_reporting
3838
# (on logging), the rest are just system test dependencies.
3939
PKG_DEPENDENCIES = {
40-
'bigquery': {'storage'},
4140
'error_reporting': {'logging'},
42-
'language': {'storage'},
43-
'logging': {'bigquery', 'pubsub', 'storage'},
44-
'speech': {'storage'},
45-
'vision': {'storage'},
41+
'logging': {'pubsub'},
4642
}
4743

4844

0 commit comments

Comments
 (0)