guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: python-gridmap: Disable sanity check.


From: guix-commits
Subject: 03/10: gnu: python-gridmap: Disable sanity check.
Date: Sat, 19 Feb 2022 04:49:45 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 76c30931ad5e9a2b3383c6e5315bb00e0c0aa3b6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Feb 18 21:33:29 2022 +0100

    gnu: python-gridmap: Disable sanity check.
    
    * gnu/packages/python-xyz.scm (python-gridmap)[arguments]: Add #:phases.
---
 gnu/packages/python-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8424065a1d..517648ecf7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7936,7 +7936,10 @@ you to actually draw things with your favorite toolkit.")
         (base32 "0v0sgpg6pz8h61f9aqjf5xk0ipr512bbz8dxzjjylksj135qr19l"))))
     (build-system python-build-system)
     (arguments
-     '(#:tests? #f)) ; FIXME: Requires python-cherrypy.
+     '(#:tests? #f    ;FIXME: Requires python-cherrypy.
+       #:phases (modify-phases %standard-phases
+                  ;; Importing the web server module requires cherrypy, too.
+                  (delete 'sanity-check))))
     (propagated-inputs
      (list python-psutil python-drmaa python-pyzmq))
     (home-page "https://github.com/pygridtools/gridmap";)



reply via email to

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