We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2a563 commit 41d341eCopy full SHA for 41d341e
.kokoro/presubmit/presubmit.cfg
@@ -1,10 +1,11 @@
1
# Format: //devtools/kokoro/config/proto/build.proto
2
3
# Run all sessions except system tests and docs builds
4
-# TODO(sararob): update this to unit-3.8 and change in noxfile.py after cl/565663310 is submitted
+# This only runs unit tests for Python 3.8 since unit tests are required for `cover` to run
5
+# Other Python version unit tests are run separately
6
env_vars: {
7
key: "NOX_SESSION"
- value: "unit lint lint_setup_py blacken cover"
8
+ value: "unit-3.8 lint lint_setup_py blacken cover"
9
}
10
11
# Run unit tests in parallel, splitting up by file
0 commit comments