mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user