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
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

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