Skip to content

Commit 99f0097

Browse files
committed
Undo debugging change that crept in
1 parent 56f2832 commit 99f0097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def num_workers():
201201

202202
@pytest.fixture
203203
def n_jobs(num_workers):
204-
return 1
204+
return num_workers
205205

206206

207207
################################################################################

0 commit comments

Comments
 (0)