gnu: python-seaborn: Disable tests.
* gnu/packages/python.scm (python-seaborn, python2-seaborn)[arguments]: Disable tests.
This commit is contained in:
parent
35d56b7b60
commit
6f976df677
|
@ -5355,6 +5355,8 @@ Python style, together with a fast and comfortable execution environment.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ibi3xsfm2kysph61mnfy0pf8d5rkgxgrdb0z9nbizgcgdsb5a0m"))))
|
(base32 "0ibi3xsfm2kysph61mnfy0pf8d5rkgxgrdb0z9nbizgcgdsb5a0m"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:tests? #f)) ; Tests requires a running X11 server.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pandas" ,python-pandas)
|
`(("python-pandas" ,python-pandas)
|
||||||
("python-matplotlib" ,python-matplotlib)
|
("python-matplotlib" ,python-matplotlib)
|
||||||
|
|
Loading…
Reference in New Issue