gnu: python-scikit-image: Disable tests.

* gnu/packages/python.scm (python-scikit-image,
  python2-scikit-image)[arguments]: Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-14 23:01:40 +01:00
parent bfce8a344d
commit 9026e6890a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3060,6 +3060,9 @@ (define-public python-scikit-image
(sha256
(base32 "0jz416fqvpahqyffw8plmszzfj669w8wvf3y9clnr5lr6a7md3kn"))))
(build-system python-build-system)
(arguments
;; TODO: Some tests require running X11 server. Disable them?
'(#:tests? #f))
;; See DEPENDS.txt for the list of build and run time requiremnts
(propagated-inputs
`(("python-matplotlib" ,python-matplotlib)