guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-gridmap: Disable tests.


From: Marius Bakke
Subject: 01/02: gnu: python-gridmap: Disable tests.
Date: Thu, 15 Dec 2016 18:58:04 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit ad348f9f39434dfce5e778b678fba586a7cae670
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 15 19:50:12 2016 +0100

    gnu: python-gridmap: Disable tests.
    
    * gnu/packages/python.scm (python-gridmap, python2-gridmap)[arguments]:
    Set #:tests? #f.
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c45afbc..2dc2ba3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4447,6 +4447,8 @@ Python language binding specification.")
        (sha256
         (base32 "1gzjg2k6f14i1msm2b0ax8d9ds1hvk6qd5nlaivg8m4cxqp4cp1x"))))
     (build-system python-build-system)
+    (arguments
+     '(#:tests? #f)) ; FIXME: Requires python-cherrypy.
     (propagated-inputs
      `(("python-psutil" ,python-psutil)
        ("python-drmaa" ,python-drmaa)



reply via email to

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