me
/
guix
Archived
1
0
Fork 0

gnu: gajim: Disable failing tests.

* gnu/packages/messaging.scm (gajim)[phases]: Add disable-failing-tests phase.
master
Raghav Gururajan 2022-07-13 11:58:16 -04:00
parent dcf133587a
commit 2998009850
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 6 additions and 0 deletions

View File

@ -1199,6 +1199,12 @@ of xmpppy.")
(guix build utils))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'disable-failing-tests
(lambda _
;; XXX Gajim builds fine on some (my) machines but fails elsewhere:
;; ModuleNotFoundError: No module named 'gajim.gui.emoji_data'
;; https://dev.gajim.org/gajim/gajim/-/issues/11041
(delete-file "test/no_gui/test_styling.py")))
(replace 'check
(lambda _
;; Tests require a running X server.