guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 67251b6d970e607e12311e7d53eafcd2c8c0277c
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 10 00:19:15 2026 +0100

    gnu: python-libtmux: Improve python-pytest-cov removal.
    
    * gnu/packages/python-xyz.scm (python-libtmux):
    [arguments]<#:test-flags>: Use -o instead of -c flag.
    
    Change-Id: Id61657fffe36561954660f561fdf08ca3bdd346b
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/tmux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 6c023184b5..a20fea4881 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -181,7 +181,7 @@ windows.")
     (arguments
      (list
       #:test-flags
-      #~(list "-c" "/dev/null" ; Missing development dependency.
+      #~(list "-o" "addopts=''"         ; Missing development dependency.
               "-k" "not test_capture_pane_start")  ; Permission denied.
       #:phases
       #~(modify-phases %standard-phases

Reply via email to