guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-scipy: Only run default tests.


From: Ricardo Wurmus
Subject: 02/02: gnu: python-scipy: Only run default tests.
Date: Fri, 3 Aug 2018 09:24:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0fb0db002229cbe8dc77e95ab6bfe9f1e3d69578
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Aug 3 15:23:39 2018 +0200

    gnu: python-scipy: Only run default tests.
    
    * gnu/packages/python.scm (python-scipy)[arguments]: Only run the default 
test
    suite.  The full test suite is too expensive and brittle.
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d4448f2..8a3bfac 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3800,7 +3800,7 @@ atlas_libs = openblas
              (add-installed-pythonpath inputs outputs)
              (with-directory-excursion "/tmp"
                (invoke "python" "-c"
-                       "import scipy; scipy.test('full', verbose=2)")))))))
+                       "import scipy; scipy.test(verbose=2)")))))))
     (home-page "https://www.scipy.org/";)
     (synopsis "The Scipy library provides efficient numerical routines")
     (description "The SciPy library is one of the core packages that make up



reply via email to

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