mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
5076c13b49
commit
d1efb11a0c
1 changed files with 3 additions and 2 deletions
|
@ -839,10 +839,11 @@ of VT100 terminal.")
|
||||||
"0z8mgkbmisxs10rz88qg46l1c9a8n08k8cy2iassal2zh16qbrcq"))))
|
"0z8mgkbmisxs10rz88qg46l1c9a8n08k8cy2iassal2zh16qbrcq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(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))
|
`(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)
|
||||||
|
("python-six" ,python-six)))
|
||||||
(home-page "https://github.com/erikrose/blessings")
|
(home-page "https://github.com/erikrose/blessings")
|
||||||
(synopsis "Python module to manage terminal color, styling, and
|
(synopsis "Python module to manage terminal color, styling, and
|
||||||
positioning")
|
positioning")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue