unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Edouard Klein <edk@beaver-labs.com>
To: 48059@debbugs.gnu.org
Cc: Edouard Klein <edouard@hex.lan>
Subject: [bug#48059] [PATCH] gnu: python-libtmux: Fix build by removing tests broken by tmux update
Date: Tue, 27 Apr 2021 15:20:00 +0200	[thread overview]
Message-ID: <20210427132000.176985-1-edk@beaver-labs.com> (raw)

From: Edouard Klein <edouard@hex.lan>

tmux update from 3.1c to 3.2 breaks two tests in this package by quoting the
returned value of a tmux call. No harm done, a fix upstream is unlikely.
---
 gnu/packages/tmux.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index f208fbfd93..9cd632f535 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -178,7 +178,9 @@ windows.")
              ;; https://github.com/tmux-python/libtmux/issues/281
              (invoke "pytest" "-vv" "-k"
                      (string-append "not test_show_option_unknown "
-                                    "and not test_show_window_option_unknown"))
+                                    "and not test_show_window_option_unknown "
+                                    "and not test_split_window_shell "
+                                    "and not test_new_session_shell"))
              #t)))))
     (home-page "https://github.com/tmux-python/libtmux")
     (synopsis "Python API for tmux")
-- 
2.31.1





             reply	other threads:[~2021-04-27 14:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-27 13:20 Edouard Klein [this message]
2021-04-27 13:39 ` [bug#48059] [PATCH] gnu: python-libtmux: Fix build by removing tests broken by tmux update Tobias Geerinckx-Rice via Guix-patches via
2021-04-27 16:24   ` Edouard Klein
2021-04-27 13:43 ` Tobias Geerinckx-Rice via Guix-patches via
2021-04-27 16:26   ` Edouard Klein
     [not found] ` <handler.48059.B.161952974722963.ack@debbugs.gnu.org>
2021-05-28  7:38   ` [bug#48059] Acknowledgement ([PATCH] gnu: python-libtmux: Fix build by removing tests broken by tmux update) edk
2021-05-28  7:56     ` Maxime Devos
2021-05-28 16:17       ` Edouard Klein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210427132000.176985-1-edk@beaver-labs.com \
    --to=edk@beaver-labs.com \
    --cc=48059@debbugs.gnu.org \
    --cc=edouard@hex.lan \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).