Skip to content

Commit e2378a2

Browse files
committed
only run system test in Kokoro presubmit; others run via github actions
1 parent 0947d48 commit e2378a2

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
@@ -72,15 +72,7 @@
7272
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
7373

7474
nox.options.sessions = [
75-
"unit",
7675
"system",
77-
"cover",
78-
"lint",
79-
"lint_setup_py",
80-
"blacken",
81-
"docs",
82-
"docfx",
83-
"format",
8476
]
8577

8678
# Error if a python version is missing

0 commit comments

Comments
 (0)