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:
parent
bfce8a344d
commit
9026e6890a
|
@ -3060,6 +3060,9 @@ mining and data analysis.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jz416fqvpahqyffw8plmszzfj669w8wvf3y9clnr5lr6a7md3kn"))))
|
(base32 "0jz416fqvpahqyffw8plmszzfj669w8wvf3y9clnr5lr6a7md3kn"))))
|
||||||
(build-system python-build-system)
|
(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
|
;; See DEPENDS.txt for the list of build and run time requiremnts
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-matplotlib" ,python-matplotlib)
|
`(("python-matplotlib" ,python-matplotlib)
|
||||||
|
|
Loading…
Reference in New Issue