mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-urwid: Remove sporadically failing tests.
* gnu/packages/python-xyz.scm (python-urwid)[arguments]: Add phase to remove problematic test.
This commit is contained in:
parent
95d5090d9c
commit
aba40a6b7f
1 changed files with 9 additions and 0 deletions
|
@ -8701,6 +8701,15 @@ computing.")
|
||||||
(base32
|
(base32
|
||||||
"1bky2bra6673xx8jy0826znw6cmxs89wcwwzda8d025j3jffx2sq"))))
|
"1bky2bra6673xx8jy0826znw6cmxs89wcwwzda8d025j3jffx2sq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'remove-vterm-tests
|
||||||
|
;; According to Debian these tests are cursed.
|
||||||
|
;; https://salsa.debian.org/python-team/packages/urwid/-/blob/debian/2.1.2-2/debian/changelog#L141
|
||||||
|
(lambda _
|
||||||
|
(delete-file "urwid/tests/test_vterm.py"))))))
|
||||||
(home-page "http://urwid.org")
|
(home-page "http://urwid.org")
|
||||||
(synopsis "Console user interface library for Python")
|
(synopsis "Console user interface library for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue