Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit d63a95f

Browse files
committed
add unit_noextras to improve code coverage
1 parent 1126244 commit d63a95f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
# Sessions are executed in the order so putting the smaller sessions
125125
# ahead to fail fast at presubmit running.
126126
nox.options.sessions = [
127+
"unit_noextras",
127128
"system-3.9", # No extras.
128129
"system-3.11",
129130
"cover",

0 commit comments

Comments
 (0)