Skip to content

Commit ea11bf3

Browse files
author
y-p
committed
BLD: more exception message skipping in @network
1 parent 25136ee commit ea11bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/util/testing.py

+1
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@ def dec(f):
972972
'urlopen error timed out',
973973
'timeout: timed out',
974974
'socket.timeout: timed out',
975+
'HTTP Error 503: Service Unavailable',
975976
)
976977

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

0 commit comments

Comments
 (0)