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

Commit dff59f8

Browse files
committed
comment out n=auto for testing purposes
1 parent 4975589 commit dff59f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def default(session, install_extras=True):
128128
# Run py.test against the unit tests.
129129
session.run(
130130
"py.test",
131-
"-n=auto",
131+
# "-n=8",
132132
"--quiet",
133133
"-W default::PendingDeprecationWarning",
134134
"--cov=google/cloud/bigquery",

0 commit comments

Comments
 (0)