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.
This commit is contained in:
Ricardo Wurmus 2018-08-03 15:23:39 +02:00
parent 78933bffb7
commit 0fb0db0022
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

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