emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64361: closed ([PATCH] gnu: python-wand: Fix build.)


From: GNU bug Tracking System
Subject: bug#64361: closed ([PATCH] gnu: python-wand: Fix build.)
Date: Wed, 19 Jul 2023 04:46:02 +0000

Your message dated Wed, 19 Jul 2023 05:45:32 +0100
with message-id <14fa06c8-e204-f451-b21e-22ac4a751248@makinata.eu>
and subject line Re: [bug#64361] [PATCH v2] gnu: python-wand: Honor #:tests? 
argument.
has caused the debbugs.gnu.org bug report #64361,
regarding [PATCH] gnu: python-wand: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64361: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64361
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-wand: Fix build. Date: Fri, 30 Jun 2023 15:56:45 +0800
Fixes <https://issues.guix.gnu.org/64350>.

* gnu/packages/python-xyz.scm (python-wand)[arguments]<#:phases>: Pass tests?
to 'check.

Reported-by: Thorsten Wilms <t_w_@freenet.de>
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c4105c4685..bf0ccfe07b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2445,7 +2445,7 @@ (define-public python-wand
              (setenv "MAGICK_HOME" (assoc-ref inputs "imagemagick"))
              (setenv "WAND_MAGICK_LIBRARY_SUFFIX" ".Q16")))
          (replace 'check
-           (lambda _
+           (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
                (invoke "pytest" "-vv")))))))
     (native-inputs

base-commit: 94ac93042f09b4ba68b7b64ed1feeebd3dab1ea4
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#64361] [PATCH v2] gnu: python-wand: Honor #:tests? argument. Date: Wed, 19 Jul 2023 05:45:32 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0
Fixed with 13cb9b302868b5a966a6ae177412c474084f4bf1.

-- 
Furthermore, I consider that nonfree software must be eradicated.

Cheers,
Bruno.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]