Skip to content

Commit 270c7fe

Browse files
authored
chore(librarian): fix post processing script for storage (#17835)
Update post processing script for storage based on recent changes in the generator. See: 3a67b7f#diff-2d31516250b577ac1595ce21c0c10852c068468b67b5cdf487b148936bb03b59R41-R46
1 parent 1e90fc3 commit 270c7fe

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

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

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
description: Restore handwritten __init__.py for google-cloud-storage
22
replacements:
3-
- paths: [
4-
packages/google-cloud-storage/noxfile.py,
5-
]
6-
before: |
7-
CURRENT_DIRECTORY = pathlib.Path\(__file__\).parent.absolute\(\)
8-
after: |
9-
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
10-
# Path to the centralized mypy configuration file at the repository root.
11-
# Search upwards to support running nox from both monorepo packages and integration test goldens.
12-
MYPY_CONFIG_FILE = next(
13-
(
14-
str(p / "mypy.ini")
15-
for p in CURRENT_DIRECTORY.parents
16-
if (p / "mypy.ini").exists()
17-
),
18-
str(CURRENT_DIRECTORY.parent.parent / "mypy.ini"),
19-
)
20-
count: 1
213
- paths: [
224
packages/google-cloud-storage/noxfile.py,
235
]
@@ -658,7 +640,7 @@ replacements:
658640
packages/google-cloud-storage/testing/constraints-3.10.txt
659641
]
660642
before: |
661-
google-api-core==2.24.2
643+
google-api-core==2.25.0
662644
google-auth==2.14.1
663645
grpcio==1.59.0
664646
proto-plus==1.26.1

0 commit comments

Comments
 (0)