mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-boto3: Respect --cores build argument.
This commit ensures that a user-provided --cores argument to guix build is respected. * gnu/packages/python-xyz.scm (python-boto3)[arguments] <#:test-flags>: Replace "auto" numprocesses by parallel-job-count. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
3f6691b77b
commit
20ecc8b5a9
1 changed files with 1 additions and 1 deletions
|
@ -19379,7 +19379,7 @@ Amazon Web Services (AWS) API.")
|
|||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
#~(list "--numprocesses" "auto"
|
||||
#~(list "--numprocesses" (number->string (parallel-job-count))
|
||||
;; Integration tests are trying to connect to AWS.
|
||||
"--ignore" "tests/integration")))
|
||||
(native-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue