Skip to content

Commit f249f6d

Browse files
committed
chore: add post processing for test deps
1 parent 2a35c6a commit f249f6d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.librarian/generator-input/client-post-processing/logging-integration.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,3 +459,15 @@ replacements:
459459
"types",
460460
)
461461
count: 1
462+
- paths: [
463+
packages/google-cloud-logging/noxfile.py
464+
]
465+
before: |
466+
UNIT_TEST_EXTERNAL_DEPENDENCIES: List\[str\] = \[\]
467+
after: |
468+
UNIT_TEST_EXTERNAL_DEPENDENCIES: List[str] = [
469+
"flask",
470+
"webob",
471+
"django",
472+
]
473+
count: 1

0 commit comments

Comments
 (0)