~ruther/guix-local

1d3b78360cdeb93be33b1dc6c735994679252880 — Andreas Enge 2 months ago c91470e
gnu: python-joblib: Limit parallelism of tests.

* gnu/packages/python-xyz.scm (python-joblib)[arguments]<#:test-flags>:
Use at most 8 cores.

Change-Id: I0086ecbe653801052dff08a7d675d304791dba84
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 8698,7 8698,7 @@ bookmarks using a declarative input in the form of a markdown file.")
    (arguments
     (list
      #:test-flags
      #~(list "--numprocesses" (number->string (parallel-job-count))
      #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
              ;; Disabled to avoid having to depend on ipython/jupyter.
              "-k" "not test_parallel_call_cached_function_defined_in_jupyter")))
    (native-inputs