Skip to content

Commit

Permalink
More tweaks for ssh testing when not available.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 21, 2016
1 parent a44a801 commit 9aa55e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions odo/backends/tests/test_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
pytest.skip(str(e))
except paramiko.SSHException:
pytest.skip('Could not connect')
except TypeError:
pytest.skip('Could not connect')


def test_resource():
Expand Down

0 comments on commit 9aa55e5

Please sign in to comment.