Skip to content

Commit 5d13d5b

Browse files
committed
test_threads: remove socket.blocking.max.ms (deprecated, no-op)
1 parent 17f028a commit 5d13d5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_threads.py

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def test_thread_safety():
3939

4040
q = Queue()
4141
p = Producer({'socket.timeout.ms': 10,
42-
'socket.blocking.max.ms': 10,
4342
'message.timeout.ms': 10})
4443

4544
threads = list()

0 commit comments

Comments
 (0)