summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2016-12-15 19:50:12 +0100
committerMarius Bakke <mbakke@fastmail.com>2016-12-15 19:50:12 +0100
commitad348f9f39434dfce5e778b678fba586a7cae670 (patch)
tree11cc5c2dd88b0da186044e38f33c8ba3f673df65
parent15c37077bc3801317c9e40ee3552f6aac67baaa7 (diff)
downloadpatches-ad348f9f39434dfce5e778b678fba586a7cae670.tar
patches-ad348f9f39434dfce5e778b678fba586a7cae670.tar.gz
gnu: python-gridmap: Disable tests.
* gnu/packages/python.scm (python-gridmap, python2-gridmap)[arguments]: Set #:tests? #f.
-rw-r--r--gnu/packages/python.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c45afbc2ff..2dc2ba3b36 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)