diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a972ab6131..432142c97a 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 |