Skip to content

Commit 91a8319

Browse files
committed
BLD: catch additional network error messages
1 parent dfa56da commit 91a8319

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
@@ -1119,6 +1119,7 @@ def dec(f):
11191119
'HTTP Error 502: internal error',
11201120
'HTTP Error 502',
11211121
'HTTP Error 503',
1122+
'HTTP Error 403',
11221123
)
11231124

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

0 commit comments

Comments
 (0)