diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 19:50:12 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 19:50:12 +0100 |
commit | ad348f9f39434dfce5e778b678fba586a7cae670 (patch) | |
tree | 11cc5c2dd88b0da186044e38f33c8ba3f673df65 /gnu | |
parent | 15c37077bc3801317c9e40ee3552f6aac67baaa7 (diff) | |
download | guix-ad348f9f39434dfce5e778b678fba586a7cae670.tar guix-ad348f9f39434dfce5e778b678fba586a7cae670.tar.gz |
gnu: python-gridmap: Disable tests.
* gnu/packages/python.scm (python-gridmap, python2-gridmap)[arguments]:
Set #:tests? #f.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
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) |