Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 7c4f709

Browse files
authored
Add pyyaml
1 parent 00ac2aa commit 7c4f709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.librarian/generator-input/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
"mock",
6868
"pytest",
6969
"google-cloud-testutils",
70-
7170
]
7271
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = [
7372
"pytest-asyncio==0.21.2",
7473
"six",
74+
"pyyaml",
7575
]
7676
SYSTEM_TEST_LOCAL_DEPENDENCIES: List[str] = []
7777
SYSTEM_TEST_DEPENDENCIES: List[str] = []

0 commit comments

Comments
 (0)