mbakke pushed a commit to branch python-tests
in repository guix.

commit 329553482d0632e35b3c0028548b004f8cb32aec
Author: Marius Bakke <[email protected]>
Date:   Fri Dec 16 13:39:07 2016 +0100

    gnu: ptpython: Disable tests.
    
    * gnu/packages/python.scm (ptpython, ptpython2)[arguments]: Set #:tests? #f.
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 18a8b58..fece7cd 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10798,6 +10798,8 @@ characters, mouse support, and auto suggestions.")
                (base32
                 "1mmbiyzf0n8hm7z2a562x7w5cbl6jc0zsk6vp40q1z4cyblv1k13"))))
     (build-system python-build-system)
+    (arguments
+     '(#:tests? #f)) ; FIXME: No tests in pypi tarball.
     (propagated-inputs
      `(("python-docopt" ,python-docopt)
        ("python-jedi" ,python-jedi)

Reply via email to