summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-16 19:32:41 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:36 +0100
commitf052ec9a509d78aa5f0f1034241435a91a0a246f (patch)
tree0068089548e15f89502acaa20849f715e92c5f4c /gnu/packages
parent6aa5f1ca240b6daf4dbc5c3031fdd697119a49ea (diff)
downloadguix-patches-f052ec9a509d78aa5f0f1034241435a91a0a246f.tar
guix-patches-f052ec9a509d78aa5f0f1034241435a91a0a246f.tar.gz
gnu: python-joblib: Add comment.
* gnu/packages/python.scm (python-joblib): Add comment.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8190a3bd2b..7555711607 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2678,6 +2678,7 @@ logic-free templating system Mustache.")
(("def test_parallel_with_interactively_defined_functions" line)
(string-append "@SkipTest\n" line)))
#t)))))
+ ;; Provide nose to enable tests command
(native-inputs
`(("python-nose" ,python-nose)
("python-sphinx" ,python-sphinx)