guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-seaborn: Disable tests.


From: Marius Bakke
Subject: 02/02: gnu: python-seaborn: Disable tests.
Date: Thu, 15 Dec 2016 16:32:55 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 6f976df6771a3eb90c3b16de45a861856bcde52e
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 15 17:31:29 2016 +0100

    gnu: python-seaborn: Disable tests.
    
    * gnu/packages/python.scm (python-seaborn, python2-seaborn)[arguments]:
      Disable tests.
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 011483d..610785b 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]