Skip to content

Commit 63f54e5

Browse files
committed
TST: additional network failure detection
1 parent 80a730c commit 63f54e5

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
@@ -1295,6 +1295,7 @@ def dec(f):
12951295
# or this e.errno/e.reason.errno
12961296
_network_errno_vals = (
12971297
101, # Network is unreachable
1298+
111, # Connection refused
12981299
110, # Connection timed out
12991300
104, # Connection reset Error
13001301
54, # Connection reset by peer

0 commit comments

Comments
 (0)