Skip to content

Commit 715416f

Browse files
committed
FIX: Forgot to set no_local_ssh in one tree; CircleCI throws OSError.
1 parent 0a1f741 commit 715416f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/interfaces/tests/test_io.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@
5555
no_local_ssh = False
5656

5757
except (paramiko.SSHException,
58-
paramiko.ssh_exception.NoValidConnectionsError):
58+
paramiko.ssh_exception.NoValidConnectionsError,
59+
OSError):
5960
no_local_ssh = True
6061

6162
except ImportError:
6263
no_paramiko = True
64+
no_local_ssh = True
6365

6466
# Check for fakes3
6567
standard_library.install_aliases()

0 commit comments

Comments
 (0)