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

commit c2f7bbf040082af5fb5eb0a138fca280d321e121
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 4 18:38:23 2026 +0100

    gnu: xonsh: Ignore failing tests.
    
    * gnu/packages/shell.scm (xonsh)[arguments]<#:test-flags>: Ignore
    tests that fail because of pip.
    
    Change-Id: Ia02075b278aae3740cb67e3b849d748b1b20c9c5
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/shells.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 0f82b205a0..51f32b7ace 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -643,7 +643,8 @@ ksh, and tcsh.")
      ;; with os.getcwd(), not activating virtual environments, not finding
      ;; some commands (man, echo), and not running subprocesses.
      (list #:test-flags
-           #~(list "-k"
+           #~(list "--ignore=tests/completers/test_pip_completer.py" ;Avoid pip
+                   "-k"
                    (string-append
                     "not "
                     (string-join

Reply via email to