guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-matplotlib: Do not move the 'check' phase.


From: guix-commits
Subject: 02/02: gnu: python-matplotlib: Do not move the 'check' phase.
Date: Thu, 28 Nov 2019 10:33:16 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c09f598d94af81f326fe1d4cf2ab344d4e720679
Author: Marius Bakke <address@hidden>
Date:   Thu Nov 28 16:26:51 2019 +0100

    gnu: python-matplotlib: Do not move the 'check' phase.
    
    Running tests after install is now the default in PYTHON-BUILD-SYSTEM.
    
    * gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: Replace 
'check'
    phase, instead of deleting and adding new phase.
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a166554..fcc3972 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4088,8 +4088,7 @@ convert between colorspaces like sRGB, XYZ, CIEL*a*b*, 
CIECAM02, CAM02-UCS, etc.
                        (assoc-ref inputs "jquery-ui")
                        "-d" dir))
              #t))
-         (delete 'check)
-         (add-after 'install 'check
+         (replace 'check
            (lambda* (#:key outputs inputs #:allow-other-keys)
              (add-installed-pythonpath inputs outputs)
              (invoke "python" "tests.py" "-v"



reply via email to

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