1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <ian@retrospec.tv>
This commit is contained in:
Greg Hogan
2025-02-11 16:13:05 +00:00
committed by Ian Eure
parent 27ae526fd8
commit d5d3cb2c15

View File

@@ -620,6 +620,7 @@ ksh, and tcsh.")
(setenv "HOME" "/tmp"))))))
(native-inputs
(list git-minimal
python-pip
python-pyte
python-pytest
python-pytest-mock