Skip to content

Commit

Permalink
TST: allow the network decorator to catch ssl certificate test failur…
Browse files Browse the repository at this point in the history
…es (#15985)
  • Loading branch information
jreback authored Apr 12, 2017
1 parent 1751628 commit c4d71ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/util/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2213,6 +2213,7 @@ def dec(f):
'Temporary failure in name resolution',
'Name or service not known',
'Connection refused',
'certificate verify',
)

# or this e.errno/e.reason.errno
Expand Down

0 comments on commit c4d71ce

Please sign in to comment.