Skip to content

Commit e342882

Browse files
add -s pytest flag for stdout output
1 parent 5033fb0 commit e342882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def default(session, path):
140140
"--include=*/google/cloud/alloydbconnector/*.py",
141141
"-m",
142142
"pytest",
143+
"-s",
143144
"-v",
144145
path,
145146
*session.posargs,

0 commit comments

Comments
 (0)