~ruther/guix-local

d5d3cb2c15abed37577b150cbf1479a01145e8bf — Greg Hogan 1 year, 2 months ago 27ae526
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>
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/shells.scm
M gnu/packages/shells.scm => gnu/packages/shells.scm +1 -0
@@ 620,6 620,7 @@ ksh, and tcsh.")
                   (setenv "HOME" "/tmp"))))))
    (native-inputs
     (list git-minimal
           python-pip
           python-pyte
           python-pytest
           python-pytest-mock