Skip to content

Commit c0bd157

Browse files
sararobcopybara-github
authored andcommitted
chore: Add AgentPlatform SDK langchain tests for python 3.12 and 3.13
PiperOrigin-RevId: 926671278
1 parent 2faf725 commit c0bd157

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Run unit tests for LangChain on Python 3.12
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "unit_langchain-3.12"
7+
}
8+
9+
# Run unit tests in parallel, splitting up by file
10+
env_vars: {
11+
key: "PYTEST_ADDOPTS"
12+
value: "-n=auto --dist=loadscope"
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Run unit tests for LangChain on Python 3.13
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "unit_langchain-3.13"
7+
}
8+
9+
# Run unit tests in parallel, splitting up by file
10+
env_vars: {
11+
key: "PYTEST_ADDOPTS"
12+
value: "-n=auto --dist=loadscope"
13+
}

0 commit comments

Comments
 (0)