Skip to content
Merged
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
6 changes: 2 additions & 4 deletions .kokoro/presubmit/presubmit.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Run all sessions except system tests and docs builds
# This only runs unit tests for Python 3.10 since unit tests are required for `cover` to run
# Other Python version unit tests are run separately
# Run fast linting and code formatting checks
env_vars: {
key: "NOX_SESSION"
value: "unit-3.10 lint lint_setup_py blacken cover"
value: "lint lint_setup_py blacken"
}

# Run unit tests in parallel, splitting up by file
Expand Down
5 changes: 0 additions & 5 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@ def default(session):
"py.test",
"--quiet",
f"--junitxml=unit_{session.python}_sponge_log.xml",
"--cov=google",
"--cov-append",
"--cov-config=.coveragerc",
"--cov-report=",
"--cov-fail-under=0",
"--ignore=tests/unit/vertex_ray",
"--ignore=tests/unit/vertex_adk",
"--ignore=tests/unit/vertex_langchain",
Expand Down
Loading