mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-textdistance: Limit concurrent tests.
* gnu/packages/python-xyz.scm (python-textdistance)[arguments] <test-flags>: Limit parallel tests up to 4 threads. Change-Id: Id70320f528a0618e3058ccabaec5675180b06b74
This commit is contained in:
parent
1f662f4abf
commit
28af7b94c8
1 changed files with 1 additions and 1 deletions
|
@ -15450,7 +15450,7 @@ supports @code{readline} shortcuts.")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:test-flags
|
#:test-flags
|
||||||
#~(list "--numprocesses" (number->string (parallel-job-count)))))
|
#~(list "--numprocesses" (number->string (min 4 (parallel-job-count))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-numpy
|
(list python-numpy
|
||||||
python-pytest
|
python-pytest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue