gnu: python-seaborn: Disable tests.

* gnu/packages/python.scm (python-seaborn, python2-seaborn)[arguments]:
  Disable tests.
This commit is contained in:
Marius Bakke 2016-12-15 17:31:29 +01:00
parent 35d56b7b60
commit 6f976df677
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -5355,6 +5355,8 @@ Python style, together with a fast and comfortable execution environment.")
(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)