1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 00:30:30 +02: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:
Nicolas Graves
2024-11-19 15:21:53 +01:00
committed by Sharlatan Hellseher
parent 3f6691b77b
commit 20ecc8b5a9

View File

@@ -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