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

Commit c68b296

Browse files
authored
chore(librarian): update noxfile.py in generator-input (#1167)
This PR applies the patches from #1156 and #1163 to the generated noxfile.py under `generator-input` here : https://github.com/googleapis/python-firestore/blob/main/.librarian/generator-input/noxfile.py
1 parent ebc4f83 commit c68b296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.librarian/generator-input/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = [
7272
"pytest-asyncio==0.21.2",
7373
"six",
74+
"pyyaml",
7475
]
7576
SYSTEM_TEST_LOCAL_DEPENDENCIES: List[str] = []
7677
SYSTEM_TEST_DEPENDENCIES: List[str] = []
@@ -80,7 +81,6 @@
8081
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
8182

8283
nox.options.sessions = [
83-
"unit-3.9",
8484
"unit-3.10",
8585
"unit-3.11",
8686
"unit-3.12",

0 commit comments

Comments
 (0)