guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-pexpect: Add verbose test output.


From: Marius Bakke
Subject: 01/01: gnu: python-pexpect: Add verbose test output.
Date: Tue, 28 Mar 2017 20:40:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3ee9355e2fd2d0fcee1076ca1160ba5881b73da8
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 29 02:31:59 2017 +0200

    gnu: python-pexpect: Add verbose test output.
    
    Fixes <https://bugs.gnu.org/26286>.
    
    * gnu/packages/python.scm (python-pexpect, python2-pexpect)[arguments]: Add
    "-v" to "nosetests" command.
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f989338..4818f86 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4917,7 +4917,7 @@ cluster without needing to write any wrapper code 
yourself.")
              ;; Why does it not work? Delete for now.
              (delete-file "tests/test_socket.py")
              #t))
-         (replace 'check (lambda _ (zero? (system* "nosetests")))))))
+         (replace 'check (lambda _ (zero? (system* "nosetests" "-v")))))))
     (native-inputs
      `(("python-nose" ,python-nose)
        ("python-pytest" ,python-pytest)



reply via email to

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