pytest: try to improve scheduling
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 30 Nov 2023 22:55:08 +0000 (14:55 -0800)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 7 Dec 2023 17:51:21 +0000 (17:51 +0000)
pyproject.toml

index ce84b6d13908bacc5c96f6815ff85f19109dbe5d..500ba80e59987ef31106282ceac80c28ab1ef59c 100644 (file)
@@ -8,4 +8,6 @@ addopts = [
     "-n",
     "auto",
     "--shorten-output-dir=test-out",
+    "--dist=load",
+    "--maxschedchunk=1",
 ]