From d5d3cb2c15abed37577b150cbf1479a01145e8bf Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Tue, 11 Feb 2025 16:13:05 +0000 Subject: [PATCH] gnu: xonsh: Fix tests. The two failing tests are in tests/completers/test_pip_completer, so rather than exclude the tests instead add the native input. * gnu/packages/shells.scm (xonsh)[native-inputs]: Add python-pip. Change-Id: Ide457ffca0e05d03d9d4d3fea36c1d23a2257c27 Signed-off-by: Ian Eure --- gnu/packages/shells.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 7763c2729b5..6f830d54aa6 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -620,6 +620,7 @@ ksh, and tcsh.") (setenv "HOME" "/tmp")))))) (native-inputs (list git-minimal + python-pip python-pyte python-pytest python-pytest-mock