Skip to content

Commit e5bea71

Browse files
chore: Remote most unit tests, lint, doc testing from kokoro presubmit
1 parent c928920 commit e5bea71

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

noxfile.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,9 @@
114114
# ahead to fail fast at presubmit running.
115115
# 'docfx' is excluded since it only needs to run in 'docs-presubmit'
116116
nox.options.sessions = [
117-
"lint",
118-
"lint_setup_py",
119-
"mypy",
120117
"format",
121-
"docs",
122-
"docfx",
123-
"unit",
124-
"unit_noextras",
118+
# only for the purposes of coverage, already covered by github action
119+
"unit-3.12",
125120
"system-3.9",
126121
"system-3.12",
127122
"cover",

0 commit comments

Comments
 (0)