summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2016-12-15 17:31:29 +0100
committerMarius Bakke <mbakke@fastmail.com>2016-12-15 17:31:29 +0100
commit6f976df6771a3eb90c3b16de45a861856bcde52e (patch)
tree8c5c54dfeec68ddd8b317eca5e89916d8e4507a4 /gnu
parent35d56b7b607f6de615d5e13eb05273c649ee4543 (diff)
downloadpatches-6f976df6771a3eb90c3b16de45a861856bcde52e.tar
patches-6f976df6771a3eb90c3b16de45a861856bcde52e.tar.gz
gnu: python-seaborn: Disable tests.
* gnu/packages/python.scm (python-seaborn, python2-seaborn)[arguments]: Disable tests.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 011483d897..610785bc59 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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)