mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
8f524034d8
commit
6a6e2cce69
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue