1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-12 07:59:01 +00:00

#298 Fix arrow-tests on travis-ci

This commit is contained in:
nvbn 2015-07-30 18:39:41 +03:00
parent 70c89164b0
commit da3bc60942
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,8 @@ def test_with_confirmation(proc):
@functional @functional
@pytest.mark.skipif(
bool(bare), reason='https://github.com/travis-ci/apt-source-whitelist/issues/71')
def test_select_command_with_arrows(proc): def test_select_command_with_arrows(proc):
select_command_with_arrows(proc) select_command_with_arrows(proc)