We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c396bd commit a33d96bCopy full SHA for a33d96b
src/xdist/dsession.py
@@ -582,7 +582,7 @@ def get_workers_status_line(
582
# All workers collect the same number of items, so we grab
583
# the total number of items from the first worker.
584
first = status_and_items[0]
585
- status, tests_collected = first
+ _status, tests_collected = first
586
tests_noun = "item" if tests_collected == 1 else "items"
587
return f"{total_workers} {workers_noun} [{tests_collected} {tests_noun}]"
588
if WorkerStatus.CollectionDone in statuses:
0 commit comments