gnu: python-gridmap: Disable tests.

* gnu/packages/python.scm (python-gridmap, python2-gridmap)[arguments]:
Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-15 19:50:12 +01:00
parent 15c37077bc
commit ad348f9f39
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4447,6 +4447,8 @@ (define-public python-gridmap
(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)