We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d7861 commit c59cd67Copy full SHA for c59cd67
pandas/util/testing.py
@@ -970,7 +970,8 @@ def dec(f):
970
# skip tests on exceptions with this message
971
_network_error_messages = (
972
'urlopen error timed out',
973
- 'timeout: timed out'
+ 'timeout: timed out',
974
+ 'socket.timeout: timed out',
975
)
976
977
# or this e.errno/e.reason.errno
0 commit comments