guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-scikit-image: Disable tests.


From: Marius Bakke
Subject: 02/02: gnu: python-scikit-image: Disable tests.
Date: Wed, 14 Dec 2016 22:02:26 +0000 (UTC)

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

commit 9026e6890a829fa2713cd1dcca407f19adf82802
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 23:01:40 2016 +0100

    gnu: python-scikit-image: Disable tests.
    
    * gnu/packages/python.scm (python-scikit-image,
      python2-scikit-image)[arguments]: Set #:tests? #f.
---
 gnu/packages/python.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 90b0b57..9bcdb30 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3060,6 +3060,9 @@ mining and data analysis.")
        (sha256
         (base32 "0jz416fqvpahqyffw8plmszzfj669w8wvf3y9clnr5lr6a7md3kn"))))
     (build-system python-build-system)
+    (arguments
+     ;; TODO: Some tests require running X11 server. Disable them?
+     '(#:tests? #f))
     ;; See DEPENDS.txt for the list of build and run time requiremnts
     (propagated-inputs
      `(("python-matplotlib" ,python-matplotlib)



reply via email to

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