diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a972ab61319..432142c97a0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15450,7 +15450,7 @@ supports @code{readline} shortcuts.") (arguments (list #:test-flags - #~(list "--numprocesses" (number->string (parallel-job-count))))) + #~(list "--numprocesses" (number->string (min 4 (parallel-job-count)))))) (native-inputs (list python-numpy python-pytest