guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-blessings: Update comment on test suite.


From: guix-commits
Subject: 02/02: gnu: python-blessings: Update comment on test suite.
Date: Fri, 13 Dec 2019 08:07:50 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit d1efb11a0cfeb4cd18b8dca14683a6ebaf2c52ea
Author: Brett Gilio <address@hidden>
Date:   Fri Dec 13 07:06:39 2019 -0600

    gnu: python-blessings: Update comment on test suite.
    
    * gnu/packages/terminals.scm (python-blessings): Test suite has been 
revised.
    [arguments]: Change comment to reflect change in test suite regarding TTY.
    [native-inputs]: Pass python-six, which is required for test suite.
---
 gnu/packages/terminals.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index e1f3307..a385e62 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -839,10 +839,11 @@ of VT100 terminal.")
          "0z8mgkbmisxs10rz88qg46l1c9a8n08k8cy2iassal2zh16qbrcq"))))
     (build-system python-build-system)
     (arguments
-     ;; TODO: For py3, 2to2 is used to convert the code, but test-suite fails
+     ;; FIXME: Test suite is unable to detect TTY conditions.
      `(#:tests? #f))
     (native-inputs
-     `(("python-nose" ,python-nose)))
+     `(("python-nose" ,python-nose)
+       ("python-six" ,python-six)))
     (home-page "https://github.com/erikrose/blessings";)
     (synopsis "Python module to manage terminal color, styling, and
 positioning")



reply via email to

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