hc99's picture
Add files using upload-large-folder tool
09d8e80 verified
raw
history blame
277 Bytes
# Format: //devtools/kokoro/config/proto/build.proto
# Run unit tests for Python 3.11
env_vars: {
key: "NOX_SESSION"
value: "unit-3.11"
}
# Run unit tests in parallel, splitting up by file
env_vars: {
key: "PYTEST_ADDOPTS"
value: "-n=auto --dist=loadscope"
}