Skip to content

Commit 66e1763

Browse files
committed
TST: additional network error catching (test_html/test_spam_html)
1 parent f7822bd commit 66e1763

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/util/testing.py

+2
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,8 @@ def dec(f):
11951195
'HTTP Error 502',
11961196
'HTTP Error 503',
11971197
'HTTP Error 403',
1198+
'Temporary failure in name resolution',
1199+
'Name or service not known',
11981200
)
11991201

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

0 commit comments

Comments
 (0)