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
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue