Skip to content

Commit 001f0b4

Browse files
committed
update extras
1 parent 21a3612 commit 001f0b4

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

packages/google-cloud-automl/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
UNIT_TEST_EXTERNAL_DEPENDENCIES: List[str] = []
4747
UNIT_TEST_LOCAL_DEPENDENCIES: List[str] = []
4848
UNIT_TEST_DEPENDENCIES: List[str] = []
49-
UNIT_TEST_EXTRAS: List[str] = []
49+
UNIT_TEST_EXTRAS: List[str] = ["pandas", "storage"]
5050
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
5151

5252
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8", "3.9", "3.10", "3.11"]

scripts/client-post-processing/integrate-isolated-handwritten-code.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,12 @@ replacements:
273273
install_requires=dependencies,\n include_package_data=True,
274274
after:
275275
install_requires=dependencies,\n extras_require=extras,\n include_package_data=True,
276-
count: 1
276+
count: 1
277+
- paths: [
278+
packages/google-cloud-automl/noxfile.py,
279+
]
280+
before: |
281+
UNIT_TEST_EXTRAS: List\[str\] = \[\]
282+
after: |
283+
UNIT_TEST_EXTRAS: List[str] = ["pandas", "storage"]
284+
count: 1

0 commit comments

Comments
 (0)