Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .kokoro/presubmit/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Other Python version unit tests are run separately
env_vars: {
key: "NOX_SESSION"
value: "unit-3.9 lint lint_setup_py blacken cover"
value: "unit-3.12 lint lint_setup_py blacken cover"
}

# Run unit tests in parallel, splitting up by file
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/release.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Run system tests in presubmit for library releases
env_vars: {
key: "NOX_SESSION"
value: "system-3.9 unit"
value: "system-3.10 unit"
}

# Run system tests in parallel, splitting up by file
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/unit_3-9.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Run unit tests for Python 3.9
env_vars: {
key: "NOX_SESSION"
value: "unit-3.9"
value: "unit-3.12"
}

# Run unit tests in parallel, splitting up by file
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/unit_langchain_py39.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Run unit tests for LangChain on Python 3.9
env_vars: {
key: "NOX_SESSION"
value: "unit_langchain-3.9"
value: "unit_langchain-3.11"
}

# Run unit tests in parallel, splitting up by file
Expand Down
Loading