There was an error while loading. Please reload this page.
1 parent 867528f commit 7bd858eCopy full SHA for 7bd858e
src/xdist/scheduler/loadscope.py
@@ -356,7 +356,7 @@ def schedule(self):
356
work_unit = unsorted_workqueue.setdefault(scope, default=OrderedDict())
357
work_unit[nodeid] = False
358
359
- # Insert tests scopes into work queue ordered by number of tests
+ # Insert tests scopes into work queue ordered by number of tests.
360
for scope, nodeids in sorted(
361
unsorted_workqueue.items(), key=lambda item: -len(item[1])
362
):
0 commit comments