Skip to content

Commit 0dcd4a5

Browse files
committed
add missing test dependency
1 parent c4298e7 commit 0dcd4a5

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/google-cloud-monitoring/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
UNIT_TEST_EXTERNAL_DEPENDENCIES: List[str] = []
4545
UNIT_TEST_LOCAL_DEPENDENCIES: List[str] = []
4646
UNIT_TEST_DEPENDENCIES: List[str] = []
47-
UNIT_TEST_EXTRAS: List[str] = []
47+
UNIT_TEST_EXTRAS: List[str] = ["pandas"]
4848
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
4949

5050
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ replacements:
121121
after:
122122
install_requires=dependencies,\n extras_require=extras,\n include_package_data=True,
123123
count: 1
124+
- paths: [
125+
packages/google-cloud-monitoring/noxfile.py,
126+
]
127+
before: |
128+
UNIT_TEST_EXTRAS: List\[str\] = \[\]
129+
after: |
130+
UNIT_TEST_EXTRAS: List[str] = ["pandas"]
131+
count: 1
124132
- paths: [
125133
packages/google-cloud-monitoring/docs/index.rst,
126134
]

0 commit comments

Comments
 (0)