guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: python-prompt-toolkit: Disable the test suite.


From: Leo Famulari
Subject: 03/05: gnu: python-prompt-toolkit: Disable the test suite.
Date: Sun, 30 Oct 2016 01:44:31 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit bae187105907a1fe94fb2f6a661920299b9cd877
Author: Leo Famulari <address@hidden>
Date:   Sat Oct 29 21:08:30 2016 -0400

    gnu: python-prompt-toolkit: Disable the test suite.
    
    The tests were silently skipped with Python 3.4. With Python 3.5, this 
caused
    the build of python-prompt-toolkit to fail.
    
    * gnu/packages/python.scm (python-prompt-toolkit,
    python2-prompt-toolkit)[arguments]: Disable the tests.
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a25d3bc..55efd4d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10151,6 +10151,8 @@ implementation for Python.")
         (base32
           "1vyjd0b7wciv55i19l44zy0adx8q7ss79lhy2r9d1rwz2y4822zg"))))
   (build-system python-build-system)
+  (arguments
+   '(#:tests? #f)) ; The test suite uses some Windows-specific data types.
   (inputs `(("python-wcwidth" ,python-wcwidth)
             ("python-pygments" ,python-pygments)))
   (native-inputs `(("python-six" ,python-six)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]