diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 17:31:29 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 17:31:29 +0100 |
commit | 6f976df6771a3eb90c3b16de45a861856bcde52e (patch) | |
tree | 8c5c54dfeec68ddd8b317eca5e89916d8e4507a4 /gnu | |
parent | 35d56b7b607f6de615d5e13eb05273c649ee4543 (diff) | |
download | patches-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.scm | 2 |
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) |