~ruther/guix-local

6a6e2cce6997d7bc1862d6bdcb90ccc77d285256 — Sharlatan Hellseher 1 year, 5 months ago 8f52403
gnu: python-apprise: Respect --cores build argument.

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

Change-Id: I217981c457516a5d02d9d06553c50a6ba7fb2fa7
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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"))))