Skip to content

Commit

Permalink
xonsh: Add XONSH_INTERACTIVE and remove replay test
Browse files Browse the repository at this point in the history
  • Loading branch information
vrthra committed Jun 26, 2016
1 parent f3fc9f1 commit ae3d492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/shells/xonsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ python3Packages.buildPythonApplication rec {
sed -ie 's|test_ipconfig|_test_ipconfig|g' tests/test_execer.py
rm tests/test_main.py
rm tests/test_man.py
rm tests/test_replay.py
'';

checkPhase = ''
HOME=$TMPDIR nosetests -x
HOME=$TMPDIR XONSH_INTERACTIVE=0 nosetests -x
'';

buildInputs = with python3Packages; [ glibcLocales nose pytest ];
Expand Down

0 comments on commit ae3d492

Please sign in to comment.