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:
@@ -620,6 +620,7 @@ ksh, and tcsh.")
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(native-inputs
|
||||
(list git-minimal
|
||||
python-pip
|
||||
python-pyte
|
||||
python-pytest
|
||||
python-pytest-mock
|
||||
|
||||
Reference in New Issue
Block a user