Release 3.5.0

This commit is contained in:
Bruno Oliveira
2023-11-21 11:33:54 -03:00
parent 3fe877bc6d
commit 95b309e980
2 changed files with 9 additions and 1 deletions

View File

@@ -1 +0,0 @@
``--dist=loadscope`` now sorts scopes by number of tests to assign largest scopes early -- in many cases this should improve overall test session running time, as there is less chance of a large scope being left to be processed near the end of the session, leaving other workers idle.