1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 02:00:29 +02:00

gnu: python-apprise: Respect --cores build argument.

* gnu/packages/python-xyz.scm (python-apprise) [arguments]<test-flags>:
Respect --cores build argument.

Change-Id: I217981c457516a5d02d9d06553c50a6ba7fb2fa7
This commit is contained in:
Sharlatan Hellseher
2024-12-16 12:41:36 +00:00
parent 8f524034d8
commit 6a6e2cce69

View File

@@ -323,7 +323,7 @@
(arguments
(list
#:test-flags
#~(list "--numprocesses" "auto"
#~(list "--numprocesses" (number->string (parallel-job-count))
"--ignore=test/test_plugin_macosx.py"
"-k" (string-append "not test_plugin_mqtt_tls_connect_success"
" and not test_plugin_mqtt_tls_no_verify_success"))))