Skip to content

Commit 7bd858e

Browse files
committed
Update src/xdist/scheduler/loadscope.py
1 parent 867528f commit 7bd858e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xdist/scheduler/loadscope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def schedule(self):
356356
work_unit = unsorted_workqueue.setdefault(scope, default=OrderedDict())
357357
work_unit[nodeid] = False
358358

359-
# Insert tests scopes into work queue ordered by number of tests
359+
# Insert tests scopes into work queue ordered by number of tests.
360360
for scope, nodeids in sorted(
361361
unsorted_workqueue.items(), key=lambda item: -len(item[1])
362362
):

0 commit comments

Comments
 (0)