Skip to content

Commit a0c3bc8

Browse files
committed
testing fails versus passes
1 parent dff59f8 commit a0c3bc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ def default(session, install_extras=True):
129129
session.run(
130130
"py.test",
131131
# "-n=8",
132-
"--quiet",
132+
# "--quiet",
133+
"-vv",
133134
"-W default::PendingDeprecationWarning",
134135
"--cov=google/cloud/bigquery",
135136
"--cov=tests/unit",

0 commit comments

Comments
 (0)