mbakke pushed a commit to branch python-tests
in repository guix.
commit ad348f9f39434dfce5e778b678fba586a7cae670
Author: Marius Bakke <[email protected]>
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)