File tree Expand file tree Collapse file tree
.librarian/generator-input/client-post-processing
packages/google-cloud-logging Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,6 +283,20 @@ replacements:
283283 after : |
284284 UNIT_TEST_EXTRAS: List[str] = ["pandas", "storage"]
285285 count : 1
286+ - paths : [
287+ packages/google-cloud-logging/noxfile.py,
288+ ]
289+ before : |
290+ SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List\[str\] = \[\]
291+ after : |
292+ SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = [
293+ "google-cloud-bigquery",
294+ "google-cloud-pubsub",
295+ "google-cloud-storage",
296+ "google-cloud-testutils",
297+ "opentelemetry-sdk",
298+ ]
299+ count : 1
286300 - paths : [
287301 packages/google-cloud-automl/noxfile.py,
288302 ]
Original file line number Diff line number Diff line change 7676 "pytest" ,
7777 "google-cloud-testutils" ,
7878]
79- SYSTEM_TEST_EXTERNAL_DEPENDENCIES : List [str ] = []
79+ SYSTEM_TEST_EXTERNAL_DEPENDENCIES : List [str ] = [
80+ "google-cloud-bigquery" ,
81+ "google-cloud-pubsub" ,
82+ "google-cloud-storage" ,
83+ "google-cloud-testutils" ,
84+ "opentelemetry-sdk" ,
85+ ]
8086SYSTEM_TEST_LOCAL_DEPENDENCIES : List [str ] = []
8187SYSTEM_TEST_DEPENDENCIES : List [str ] = []
8288SYSTEM_TEST_EXTRAS : List [str ] = []
You can’t perform that action at this time.
0 commit comments