guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gajim: Restore 'disable-failing-tests phase.


From: guix-commits
Subject: branch master updated: gnu: gajim: Restore 'disable-failing-tests phase.
Date: Thu, 09 Dec 2021 22:49:44 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4bf8348  gnu: gajim: Restore 'disable-failing-tests phase.
4bf8348 is described below

commit 4bf8348ff388246378e374db5fd2450c4cfb9fe5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 10 04:46:29 2021 +0100

    gnu: gajim: Restore 'disable-failing-tests phase.
    
    Gajim consistently builds on my machines & bayfront, whilst
    raghavgururajan reports the exact same derivation consistently failing
    with the commented error.  Odd.
    
    * gnu/packages/messaging.scm (gajim)[arguments]: Restore the old
    'disable-failing-tests phase.
---
 gnu/packages/messaging.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 4856df7..3509327 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1209,6 +1209,13 @@ 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/10478
+             (delete-file "test/lib/gajim_mocks.py")
+             (delete-file "test/unit/test_gui_interface.py")
          (replace 'check
            (lambda _
              ;; Tests require a running X server.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]