Skip to content

Commit c4d71ce

Browse files
authored
TST: allow the network decorator to catch ssl certificate test failures (#15985)
1 parent 1751628 commit c4d71ce

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
@@ -2213,6 +2213,7 @@ def dec(f):
22132213
'Temporary failure in name resolution',
22142214
'Name or service not known',
22152215
'Connection refused',
2216+
'certificate verify',
22162217
)
22172218

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

0 commit comments

Comments
 (0)