summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
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