aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-08-07 00:50:25 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-08-07 00:50:25 +0200
commit6af7c2b178b4d9bf16aced8bbfc1518643425f13 (patch)
treec71a79116d94659576096362907160d5b82b367d /gnu/packages/python.scm
parent869250809bddcf8eab26ecdedabad6fc060751dd (diff)
parente921234d02c926b5a95498aed1280b6346dd0878 (diff)
downloadguix-6af7c2b178b4d9bf16aced8bbfc1518643425f13.tar
guix-6af7c2b178b4d9bf16aced8bbfc1518643425f13.tar.gz
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3b10f05e75..1d718bf228 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