Skip to content

Commit 6d889d4

Browse files
author
y-p
committed
BLD/TST: one more skip_errno for @network
1 parent a9798e1 commit 6d889d4

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
@@ -973,6 +973,7 @@ def dec(f):
973973
110, # Connection timed out
974974
104, # Connection reset Error
975975
54, # Connection reset by peer
976+
60, # urllib.error.URLError: [Errno 60] Connection timed out
976977
)
977978

978979
_network_error_classes = (IOError, httplib.HTTPException)

0 commit comments

Comments
 (0)