mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-07 13:41:21 +00:00
#298 Fix arrow-tests on travis-ci
This commit is contained in:
parent
70c89164b0
commit
da3bc60942
@ -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)
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ def spawn(request, tag, dockerfile, cmd):
|
|||||||
proc = pexpect.spawnu('docker run --volume {}:/src --tty=true '
|
proc = pexpect.spawnu('docker run --volume {}:/src --tty=true '
|
||||||
'--interactive=true {} {}'.format(root, tag, cmd))
|
'--interactive=true {} {}'.format(root, tag, cmd))
|
||||||
proc.sendline('pip install /src')
|
proc.sendline('pip install /src')
|
||||||
proc.sendline('cd /')
|
proc.sendline('cd /')
|
||||||
|
|
||||||
proc.logfile = sys.stdout
|
proc.logfile = sys.stdout
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user