Skip to content

Commit 6242018

Browse files
authored
chore: add psutil to synth.py (googleapis#55)
* add psutil to synth.py * chore: add psutil to synth.py
1 parent b4289c1 commit 6242018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def _merge_dict(d1, d2):
191191
# Add templated files
192192
# ----------------------------------------------------------------------------
193193
templated_files = gcp.CommonTemplates().py_library(
194-
unit_cov_level=97, cov_level=99, system_test_dependencies=["test_utils"]
194+
unit_cov_level=97, cov_level=99, system_test_dependencies=["test_utils", "psutil"]
195195
)
196196
s.move(templated_files)
197197

0 commit comments

Comments
 (0)