[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates-frozen updated: gnu: python-urwid: Remove sporadical
From: |
guix-commits |
Subject: |
branch core-updates-frozen updated: gnu: python-urwid: Remove sporadically failing tests. |
Date: |
Wed, 03 Nov 2021 08:04:14 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch core-updates-frozen
in repository guix.
The following commit(s) were added to refs/heads/core-updates-frozen by this
push:
new aba40a6 gnu: python-urwid: Remove sporadically failing tests.
aba40a6 is described below
commit aba40a6b7fdce56fe439668b3152ae4d4ddd1551
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 3 13:02:16 2021 +0200
gnu: python-urwid: Remove sporadically failing tests.
* gnu/packages/python-xyz.scm (python-urwid)[arguments]: Add phase to
remove problematic test.
---
gnu/packages/python-xyz.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f89075a..4afd9a2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8701,6 +8701,15 @@ computing.")
(base32
"1bky2bra6673xx8jy0826znw6cmxs89wcwwzda8d025j3jffx2sq"))))
(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")
(synopsis "Console user interface library for Python")
(description
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates-frozen updated: gnu: python-urwid: Remove sporadically failing tests.,
guix-commits <=