Skip to content

Commit 742494c

Browse files
TrevorBergerongcf-owl-bot[bot]shuoweil
authored
chore: Remove most unit tests, lint, doc testing from kokoro presubmit (#1459)
* chore: Remote most unit tests, lint, doc testing from kokoro presubmit * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update sync-repo-settings.yaml * support cryptograph>=3.1 (#1454) * use presubmit config rather than nox.options.session * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert to using nox.options.sessions --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Shuowei Li <[email protected]>
1 parent b708e3b commit 742494c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

noxfile.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,8 @@
118118

119119
# Sessions are executed in the order so putting the smaller sessions
120120
# ahead to fail fast at presubmit running.
121-
# 'docfx' is excluded since it only needs to run in 'docs-presubmit'
122121
nox.options.sessions = [
123-
"lint",
124-
"lint_setup_py",
125-
"mypy",
126-
"format",
127-
"docs",
128-
"docfx",
129122
"unit",
130-
"unit_noextras",
131123
"system-3.9",
132124
"system-3.12",
133125
"cover",

0 commit comments

Comments
 (0)