Skip to content

Commit c59cd67

Browse files
author
y-p
committed
BLD: more exception message skipping in @network
1 parent 28d7861 commit c59cd67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/util/testing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,8 @@ def dec(f):
970970
# skip tests on exceptions with this message
971971
_network_error_messages = (
972972
'urlopen error timed out',
973-
'timeout: timed out'
973+
'timeout: timed out',
974+
'socket.timeout: timed out',
974975
)
975976

976977
# or this e.errno/e.reason.errno

0 commit comments

Comments
 (0)