mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
27ae526fd8
commit
d5d3cb2c15
1 changed files with 1 additions and 0 deletions
|
|
@ -620,6 +620,7 @@ ksh, and tcsh.")
|
|||
(setenv "HOME" "/tmp"))))))
|
||||
(native-inputs
|
||||
(list git-minimal
|
||||
python-pip
|
||||
python-pyte
|
||||
python-pytest
|
||||
python-pytest-mock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue