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

Commit d083549

Browse files
committed
experimentation using pytest-xdist
1 parent 77d7173 commit d083549

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def default(session, install_extras=True):
9898
"pytest",
9999
"google-cloud-testutils",
100100
"pytest-cov",
101+
"pytest-xdist",
101102
"freezegun",
102103
"-c",
103104
constraints_path,
@@ -129,6 +130,7 @@ def default(session, install_extras=True):
129130
# Run py.test against the unit tests.
130131
session.run(
131132
"py.test",
133+
"-n=auto",
132134
"--quiet",
133135
"-W default::PendingDeprecationWarning",
134136
"--cov=google/cloud/bigquery",

0 commit comments

Comments
 (0)