htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit fbae27e026c93f4c52b20ec934437ce2bfdbadbd
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
Date:   Sun Oct 16 21:54:01 2016 +0200

    Add TODO comment
---
 gnu/packages/python.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a730ba0..09d15ca 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4293,6 +4293,7 @@ standard library.")
      `(#:phases
        (modify-phases %standard-phases
          (replace 'check (lambda _ (zero? (system* "nosetests")))))))
+    ;; TODO: Think about removing the included tests in dir `**/tests`
     (propagated-inputs
      `(("python-ipython-genutils" ,python-ipython-genutils)
        ("python-decorator" ,python-decorator)))

Reply via email to