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:
Efraim Flashner 2021-11-03 13:02:16 +02:00
parent 95d5090d9c
commit aba40a6b7f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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