tests: disable host key checking for Paramiko.

pull/193/head
David Wilson 8 years ago
parent 3a0618684f
commit 16b5aa2d10

@ -7,6 +7,9 @@ library = lib/modules
retry_files_enabled = False retry_files_enabled = False
forks = 50 forks = 50
# On Travis, paramiko check fails due to host key checking enabled.
host_key_checking = False
# Required by integration/runner__remote_tmp.yml # Required by integration/runner__remote_tmp.yml
remote_tmp = ~/.ansible/mitogen-tests/ remote_tmp = ~/.ansible/mitogen-tests/

Loading…
Cancel
Save