mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -5355,6 +5355,8 @@ (define-public python-seaborn
|
|||
(sha256
|
||||
(base32 "0ibi3xsfm2kysph61mnfy0pf8d5rkgxgrdb0z9nbizgcgdsb5a0m"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; Tests requires a running X11 server.
|
||||
(propagated-inputs
|
||||
`(("python-pandas" ,python-pandas)
|
||||
("python-matplotlib" ,python-matplotlib)
|
||||
|
|
Loading…
Reference in a new issue