Skip to content

Commit d8d051e

Browse files
committed
updates presubmit to account for system 3.12 being run elsewhere
1 parent 77b7120 commit d8d051e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/presubmit/presubmit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Disable system tests.
44
env_vars: {
55
key: "RUN_SYSTEM_TESTS"
6-
value: "true"
6+
value: "false"
77
}
88

99
env_vars: {
1010
key: "NOX_SESSION"
11-
value: "blacken system-3.12 doctests format"
11+
value: "blacken doctests format"
1212
}

0 commit comments

Comments
 (0)