Skip to content

Commit 15230d2

Browse files
authored
chore(librarian): update noxfile.py in generator-input (#1167)
This PR applies the patches from googleapis/python-firestore#1156 and googleapis/python-firestore#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 3619a31 commit 15230d2

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-firestore/.librarian/generator-input

1 file changed

+1
-1
lines changed

packages/google-cloud-firestore/.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)