1 $(PYTHON_DIR)/vendor-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
2 The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"
4 warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
5 ============================= test session starts ==============================
6 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
7 cachedir: .pytest_cache
11 asyncio: mode=auto, default_loop_scope=None
12 collecting ... collected 445 items
14 tests/test_asyncio.py::test_socket_class PASSED
15 tests/test_asyncio.py::test_instance_subclass_first PASSED
16 tests/test_asyncio.py::test_instance_subclass_second PASSED
17 tests/test_asyncio.py::test_recv_multipart PASSED
18 tests/test_asyncio.py::test_recv PASSED
19 tests/test_asyncio.py::test_recv_timeout PASSED
20 tests/test_asyncio.py::test_send_timeout PASSED
21 tests/test_asyncio.py::test_recv_string PASSED
22 tests/test_asyncio.py::test_recv_json PASSED
23 tests/test_asyncio.py::test_recv_json_cancelled PASSED
24 tests/test_asyncio.py::test_recv_pyobj PASSED
25 tests/test_asyncio.py::test_custom_serialize PASSED
26 tests/test_asyncio.py::test_custom_serialize_error PASSED
27 tests/test_asyncio.py::test_recv_dontwait PASSED
28 tests/test_asyncio.py::test_recv_cancel PASSED
29 tests/test_asyncio.py::test_poll PASSED
30 tests/test_asyncio.py::test_poll_base_socket PASSED
31 tests/test_asyncio.py::test_poll_on_closed_socket PASSED
32 tests/test_asyncio.py::test_poll_raw PASSED
33 tests/test_asyncio.py::test_multiple_loops PASSED
34 tests/test_asyncio.py::test_shadow PASSED
35 tests/test_asyncio.py::test_poll_leak PASSED
36 tests/test_asyncio.py::test_process_teardown PASSED
37 tests/test_auth.py::TestThreadAuthentication::test_null PASSED
38 tests/test_auth.py::TestThreadAuthentication::test_deny PASSED
39 tests/test_auth.py::TestThreadAuthentication::test_allow PASSED
40 tests/test_auth.py::TestThreadAuthentication::test_plain[True-correct-True] PASSED
41 tests/test_auth.py::TestThreadAuthentication::test_plain[False-correct-False] PASSED
42 tests/test_auth.py::TestThreadAuthentication::test_plain[True-incorrect-False] PASSED
43 tests/test_auth.py::TestThreadAuthentication::test_curve[ok-*-True] PASSED
44 tests/test_auth.py::TestThreadAuthentication::test_curve[ok-public_keys-True] PASSED
45 tests/test_auth.py::TestThreadAuthentication::test_curve[bad-public_keys-False] PASSED
46 tests/test_auth.py::TestThreadAuthentication::test_curve[None-public_keys-False] PASSED
47 tests/test_auth.py::TestThreadAuthentication::test_curve_callback[True-ok] PASSED
48 tests/test_auth.py::TestThreadAuthentication::test_curve_callback[True-wrong] PASSED
49 tests/test_auth.py::TestThreadAuthentication::test_curve_callback[False-ok] PASSED
50 tests/test_auth.py::TestThreadAuthentication::test_curve_callback[False-wrong] PASSED
51 tests/test_auth.py::TestThreadAuthentication::test_curve_user_id PASSED
52 tests/test_auth.py::TestAsyncioAuthentication::test_null PASSED
53 tests/test_auth.py::TestAsyncioAuthentication::test_deny PASSED
54 tests/test_auth.py::TestAsyncioAuthentication::test_allow PASSED
55 tests/test_auth.py::TestAsyncioAuthentication::test_plain[True-correct-True] PASSED
56 tests/test_auth.py::TestAsyncioAuthentication::test_plain[False-correct-False] PASSED
57 tests/test_auth.py::TestAsyncioAuthentication::test_plain[True-incorrect-False] PASSED
58 tests/test_auth.py::TestAsyncioAuthentication::test_curve[ok-*-True] PASSED
59 tests/test_auth.py::TestAsyncioAuthentication::test_curve[ok-public_keys-True] PASSED
60 tests/test_auth.py::TestAsyncioAuthentication::test_curve[bad-public_keys-False] PASSED
61 tests/test_auth.py::TestAsyncioAuthentication::test_curve[None-public_keys-False] PASSED
62 tests/test_auth.py::TestAsyncioAuthentication::test_curve_callback[True-ok] PASSED
63 tests/test_auth.py::TestAsyncioAuthentication::test_curve_callback[True-wrong] PASSED
64 tests/test_auth.py::TestAsyncioAuthentication::test_curve_callback[False-ok] PASSED
65 tests/test_auth.py::TestAsyncioAuthentication::test_curve_callback[False-wrong] PASSED
66 tests/test_auth.py::TestAsyncioAuthentication::test_curve_user_id PASSED
67 tests/test_auth.py::test_ioloop_authenticator PASSED
68 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_bind SKIPPED (...)
69 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_bind_connect SKIPPED
70 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_ctx_new_destroy SKIPPED
71 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_getsockopt SKIPPED
72 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_msg_data SKIPPED
73 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_msg_init_close SKIPPED
74 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_msg_init_data SKIPPED
75 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_msg_init_size SKIPPED
76 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_poll SKIPPED (...)
77 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_recv SKIPPED (...)
78 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_send SKIPPED (...)
79 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_setsockopt SKIPPED
80 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_socket_open_close SKIPPED
81 tests/test_cffi_backend.py::TestCFFIBackend::test_zmq_version_info SKIPPED
82 tests/test_constants.py::test_constants PASSED
83 tests/test_constants.py::test_socket_options PASSED
84 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_WS_UNSPECIFIED] PASSED
85 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_UNSPECIFIED] PASSED
86 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_UNEXPECTED_COMMAND] PASSED
87 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_INVALID_SEQUENCE] PASSED
88 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_KEY_EXCHANGE] PASSED
89 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_UNSPECIFIED] PASSED
90 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_MESSAGE] PASSED
91 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_HELLO] PASSED
92 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_INITIATE] PASSED
93 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_ERROR] PASSED
94 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_READY] PASSED
95 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_WELCOME] PASSED
96 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_INVALID_METADATA] PASSED
97 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_CRYPTOGRAPHIC] PASSED
98 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZMTP_MECHANISM_MISMATCH] PASSED
99 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZAP_UNSPECIFIED] PASSED
100 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZAP_MALFORMED_REPLY] PASSED
101 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZAP_BAD_REQUEST_ID] PASSED
102 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZAP_BAD_VERSION] PASSED
103 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZAP_INVALID_STATUS_CODE] PASSED
104 tests/test_constants.py::test_event_reprs[PROTOCOL_ERROR_ZAP_INVALID_METADATA] PASSED
105 tests/test_constants.py::test_event_reprs[CONNECTED] PASSED
106 tests/test_constants.py::test_event_reprs[CONNECT_DELAYED] PASSED
107 tests/test_constants.py::test_event_reprs[CONNECT_RETRIED] PASSED
108 tests/test_constants.py::test_event_reprs[LISTENING] PASSED
109 tests/test_constants.py::test_event_reprs[BIND_FAILED] PASSED
110 tests/test_constants.py::test_event_reprs[ACCEPTED] PASSED
111 tests/test_constants.py::test_event_reprs[ACCEPT_FAILED] PASSED
112 tests/test_constants.py::test_event_reprs[CLOSED] PASSED
113 tests/test_constants.py::test_event_reprs[CLOSE_FAILED] PASSED
114 tests/test_constants.py::test_event_reprs[DISCONNECTED] PASSED
115 tests/test_constants.py::test_event_reprs[MONITOR_STOPPED] PASSED
116 tests/test_constants.py::test_event_reprs[HANDSHAKE_FAILED_NO_DETAIL] PASSED
117 tests/test_constants.py::test_event_reprs[HANDSHAKE_SUCCEEDED] PASSED
118 tests/test_constants.py::test_event_reprs[HANDSHAKE_FAILED_PROTOCOL] PASSED
119 tests/test_constants.py::test_event_reprs[HANDSHAKE_FAILED_AUTH] PASSED
120 tests/test_constants.py::test_event_reprs[ALL_V1] PASSED
121 tests/test_constants.py::test_event_reprs[ALL] PASSED
122 tests/test_constants.py::test_event_reprs[PIPES_STATS] PASSED
123 tests/test_constants.py::test_event_reprs[ALL_V2] PASSED
124 tests/test_context.py::TestContext::test_context_manager PASSED
125 tests/test_context.py::TestContext::test_copy PASSED
126 tests/test_context.py::TestContext::test_ctx_opts PASSED
127 tests/test_context.py::TestContext::test_cyclic_destroy PASSED
128 tests/test_context.py::TestContext::test_destroy PASSED
129 tests/test_context.py::TestContext::test_destroy_linger PASSED
130 tests/test_context.py::TestContext::test_destroy_no_sockets PASSED
131 tests/test_context.py::TestContext::test_dir PASSED
132 tests/test_context.py::TestContext::test_fail_init PASSED
133 tests/test_context.py::TestContext::test_fork_instance PASSED
134 tests/test_context.py::TestContext::test_gc PASSED
135 tests/test_context.py::TestContext::test_init PASSED
136 tests/test_context.py::TestContext::test_instance PASSED
137 tests/test_context.py::TestContext::test_instance_subclass_first PASSED
138 tests/test_context.py::TestContext::test_instance_subclass_second PASSED
139 tests/test_context.py::TestContext::test_instance_threadsafe PASSED
140 tests/test_context.py::TestContext::test_many_sockets PASSED
141 tests/test_context.py::TestContext::test_mockable PASSED
142 tests/test_context.py::TestContext::test_repr PASSED
143 tests/test_context.py::TestContext::test_shadow PASSED
144 tests/test_context.py::TestContext::test_shadow_pyczmq SKIPPED (Requ...)
145 tests/test_context.py::TestContext::test_socket_class_arg PASSED
146 tests/test_context.py::TestContext::test_socket_passes_kwargs PASSED
147 tests/test_context.py::TestContext::test_sockopts PASSED
148 tests/test_context.py::TestContext::test_term PASSED
149 tests/test_context.py::TestContext::test_term_hang PASSED
150 tests/test_context.py::TestContext::test_term_noclose PASSED
151 tests/test_context.py::TestContext::test_term_thread PASSED
152 tests/test_cython.py::test_cython[3] PASSED
153 tests/test_cython.py::test_cython[2] PASSED
154 tests/test_decorators.py::test_ctx PASSED
155 tests/test_decorators.py::test_ctx_orig_args PASSED
156 tests/test_decorators.py::test_ctx_arg_naming PASSED
157 tests/test_decorators.py::test_ctx_args PASSED
158 tests/test_decorators.py::test_ctx_arg_kwarg PASSED
159 tests/test_decorators.py::test_ctx_kw_naming PASSED
160 tests/test_decorators.py::test_ctx_kwargs PASSED
161 tests/test_decorators.py::test_ctx_kwargs_default PASSED
162 tests/test_decorators.py::test_ctx_keyword_miss PASSED
163 tests/test_decorators.py::test_ctx_multi_assign PASSED
164 tests/test_decorators.py::test_ctx_reinit PASSED
165 tests/test_decorators.py::test_ctx_multi_thread PASSED
166 tests/test_decorators.py::test_ctx_skt PASSED
167 tests/test_decorators.py::test_skt_name PASSED
168 tests/test_decorators.py::test_skt_kwarg PASSED
169 tests/test_decorators.py::test_ctx_skt_name PASSED
170 tests/test_decorators.py::test_skt_default_ctx PASSED
171 tests/test_decorators.py::test_skt_reinit PASSED
172 tests/test_decorators.py::test_ctx_skt_reinit PASSED
173 tests/test_decorators.py::test_skt_type_miss PASSED
174 tests/test_decorators.py::test_multi_skts PASSED
175 tests/test_decorators.py::test_multi_skts_single_ctx PASSED
176 tests/test_decorators.py::test_multi_skts_with_name PASSED
177 tests/test_decorators.py::test_func_return PASSED
178 tests/test_decorators.py::test_skt_multi_thread PASSED
179 tests/test_decorators.py::TestMethodDecorators::test_multi_skts_method PASSED
180 tests/test_decorators.py::TestMethodDecorators::test_multi_skts_method_other_args PASSED
181 tests/test_device.py::TestDevice::test_device_attributes PASSED
182 tests/test_device.py::TestDevice::test_device_bind_to_random_binderror PASSED
183 tests/test_device.py::TestDevice::test_device_bind_to_random_with_args PASSED
184 tests/test_device.py::TestDevice::test_device_types PASSED
185 tests/test_device.py::TestDevice::test_proxy PASSED
186 tests/test_device.py::TestDevice::test_proxy_bind_to_random_with_args PASSED
187 tests/test_device.py::TestDevice::test_single_socket_forwarder_bind PASSED
188 tests/test_device.py::TestDevice::test_single_socket_forwarder_connect PASSED
189 tests/test_device.py::TestDeviceGreen::test_green_device PASSED
190 tests/test_draft.py::TestDraftSockets::test_client_server SKIPPED (d...)
191 tests/test_draft.py::TestDraftSockets::test_radio_dish SKIPPED (draf...)
192 tests/test_error.py::TestZMQError::test_again PASSED
193 tests/test_error.py::TestZMQError::test_strerror PASSED
194 tests/test_error.py::TestZMQError::test_zmqerror PASSED
195 tests/test_etc.py::test_has PASSED
196 tests/test_etc.py::test_has_curve SKIPPED (bundled libzmq)
197 tests/test_etc.py::test_has_ipc SKIPPED (bundled libzmq)
198 tests/test_ext.py::test_custom_context PASSED
199 tests/test_future.py::TestFutureSocket::test_close_all_fds PASSED
200 tests/test_future.py::TestFutureSocket::test_custom_serialize PASSED
201 tests/test_future.py::TestFutureSocket::test_custom_serialize_error PASSED
202 tests/test_future.py::TestFutureSocket::test_instance_subclass_first PASSED
203 tests/test_future.py::TestFutureSocket::test_instance_subclass_second PASSED
204 tests/test_future.py::TestFutureSocket::test_poll PASSED
205 tests/test_future.py::TestFutureSocket::test_poll_base_socket PASSED
206 tests/test_future.py::TestFutureSocket::test_poll_raw PASSED
207 tests/test_future.py::TestFutureSocket::test_recv PASSED
208 tests/test_future.py::TestFutureSocket::test_recv_cancel PASSED
209 tests/test_future.py::TestFutureSocket::test_recv_json PASSED
210 tests/test_future.py::TestFutureSocket::test_recv_json_cancelled PASSED
211 tests/test_future.py::TestFutureSocket::test_recv_multipart PASSED
212 tests/test_future.py::TestFutureSocket::test_recv_pyobj PASSED
213 tests/test_future.py::TestFutureSocket::test_recv_string PASSED
214 tests/test_future.py::TestFutureSocket::test_recv_timeout PASSED
215 tests/test_future.py::TestFutureSocket::test_send_multipart_noblock PASSED
216 tests/test_future.py::TestFutureSocket::test_send_noblock PASSED
217 tests/test_future.py::TestFutureSocket::test_send_timeout PASSED
218 tests/test_future.py::TestFutureSocket::test_socket_class PASSED
219 tests/test_imports.py::test_toplevel PASSED
220 tests/test_imports.py::test_core PASSED
221 tests/test_imports.py::test_devices PASSED
222 tests/test_imports.py::test_log PASSED
223 tests/test_imports.py::test_eventloop PASSED
224 tests/test_imports.py::test_utils PASSED
225 tests/test_imports.py::test_ssh PASSED
226 tests/test_imports.py::test_decorators PASSED
227 tests/test_imports.py::test_zmq_all PASSED
228 tests/test_imports.py::test_all_exports[RCVTIMEO-zmq] PASSED
229 tests/test_imports.py::test_all_exports[RCVTIMEO-zmq.green] PASSED
230 tests/test_imports.py::test_all_exports[PUSH-zmq] PASSED
231 tests/test_imports.py::test_all_exports[PUSH-zmq.green] PASSED
232 tests/test_imports.py::test_all_exports[zmq_version_info-zmq] PASSED
233 tests/test_imports.py::test_all_exports[zmq_version_info-zmq.green] PASSED
234 tests/test_imports.py::test_all_exports[SocketOption-zmq] PASSED
235 tests/test_imports.py::test_all_exports[SocketOption-zmq.green] PASSED
236 tests/test_imports.py::test_all_exports[device-zmq] PASSED
237 tests/test_imports.py::test_all_exports[device-zmq.green] PASSED
238 tests/test_imports.py::test_all_exports[Socket-zmq] PASSED
239 tests/test_imports.py::test_all_exports[Socket-zmq.green] PASSED
240 tests/test_imports.py::test_all_exports[Context-zmq] PASSED
241 tests/test_imports.py::test_all_exports[Context-zmq.green] PASSED
242 tests/test_includes.py::TestIncludes::test_get_includes PASSED
243 tests/test_includes.py::TestIncludes::test_get_library_dirs PASSED
244 tests/test_ioloop.py::test_ioloop PASSED
245 tests/test_ioloop.py::test_ioloop_install PASSED
246 tests/test_log.py::TestPubLog::test_blank_root_topic PASSED
247 tests/test_log.py::TestPubLog::test_custom_debug_formatter PASSED
248 tests/test_log.py::TestPubLog::test_custom_global_formatter PASSED
249 tests/test_log.py::TestPubLog::test_custom_message_type PASSED
250 tests/test_log.py::TestPubLog::test_init_iface PASSED
251 tests/test_log.py::TestPubLog::test_init_socket PASSED
252 tests/test_log.py::TestPubLog::test_root_topic PASSED
253 tests/test_log.py::TestPubLog::test_set_info_formatter_via_property PASSED
254 tests/test_log.py::TestPubLog::test_unicode_message PASSED
255 tests/test_message.py::TestFrame::test_above_30 PASSED
256 tests/test_message.py::TestFrame::test_bad_buffer_in PASSED
257 tests/test_message.py::TestFrame::test_buffer_in PASSED
258 tests/test_message.py::TestFrame::test_buffer_numpy PASSED
259 tests/test_message.py::TestFrame::test_buffer_out PASSED
260 tests/test_message.py::TestFrame::test_bytes PASSED
261 tests/test_message.py::TestFrame::test_frame_more PASSED
262 tests/test_message.py::TestFrame::test_len PASSED
263 tests/test_message.py::TestFrame::test_lifecycle1 PASSED
264 tests/test_message.py::TestFrame::test_lifecycle2 PASSED
265 tests/test_message.py::TestFrame::test_memoryview PASSED
266 tests/test_message.py::TestFrame::test_memoryview_shape PASSED
267 tests/test_message.py::TestFrame::test_multi_tracker PASSED
268 tests/test_message.py::TestFrame::test_multisend PASSED
269 tests/test_message.py::TestFrame::test_no_tracker PASSED
270 tests/test_message.py::TestFrame::test_noncopying_memoryview PASSED
271 tests/test_message.py::TestFrame::test_noncopying_recv PASSED
272 tests/test_message.py::TestFrame::test_str PASSED
273 tests/test_message.py::TestFrame::test_tracker PASSED
274 tests/test_message.py::TestFrame::test_unicode PASSED
275 tests/test_monitor.py::test_monitor[zmq] PASSED
276 tests/test_monitor.py::test_monitor[asyncio] PASSED
277 tests/test_monitor.py::test_monitor_repeat[zmq] PASSED
278 tests/test_monitor.py::test_monitor_repeat[asyncio] PASSED
279 tests/test_monitor.py::test_monitor_connected[zmq] PASSED
280 tests/test_monitor.py::test_monitor_connected[asyncio] PASSED
281 tests/test_monqueue.py::TestMonitoredQueue::test_default_mq_args PASSED
282 tests/test_monqueue.py::TestMonitoredQueue::test_monitor PASSED
283 tests/test_monqueue.py::TestMonitoredQueue::test_monitor_subscribe PASSED
284 tests/test_monqueue.py::TestMonitoredQueue::test_mq_check_prefix PASSED
285 tests/test_monqueue.py::TestMonitoredQueue::test_prefix PASSED
286 tests/test_monqueue.py::TestMonitoredQueue::test_queue PASSED
287 tests/test_monqueue.py::TestMonitoredQueue::test_reply PASSED
288 tests/test_monqueue.py::TestMonitoredQueue::test_router_router PASSED
289 tests/test_multipart.py::TestMultipart::test_basic_multipart PASSED
290 tests/test_multipart.py::TestMultipart::test_router_dealer PASSED
291 tests/test_multipart.py::TestMultipartGreen::test_basic_multipart PASSED
292 tests/test_multipart.py::TestMultipartGreen::test_router_dealer PASSED
293 tests/test_mypy.py::test_mypy_example[serialization] PASSED
294 tests/test_mypy.py::test_mypy_example[cython] PASSED
295 tests/test_mypy.py::test_mypy_example[win32-interrupt] PASSED
296 tests/test_mypy.py::test_mypy_example[eventloop] PASSED
297 tests/test_mypy.py::test_mypy_example[device] PASSED
298 tests/test_mypy.py::test_mypy_example[monitoring] PASSED
299 tests/test_mypy.py::test_mypy_example[security] PASSED
300 tests/test_mypy.py::test_mypy_example[draft] PASSED
301 tests/test_mypy.py::test_mypy_example[logger] PASSED
302 tests/test_mypy.py::test_mypy_example[heartbeat] PASSED
303 tests/test_mypy.py::test_mypy_example[gevent] PASSED
304 tests/test_mypy.py::test_mypy_example[mongodb] PASSED
305 tests/test_mypy.py::test_mypy_example[pubsub] PASSED
306 tests/test_mypy.py::test_mypy_example[poll] PASSED
307 tests/test_mypy.py::test_mypy_example[asyncio] PASSED
308 tests/test_mypy.py::test_mypy[test_socket.py] PASSED
309 tests/test_mypy.py::test_mypy[test_toplevel.py] PASSED
310 tests/test_mypy.py::test_mypy[test_context.py] PASSED
311 tests/test_pair.py::TestPair::test_basic PASSED
312 tests/test_pair.py::TestPair::test_json PASSED
313 tests/test_pair.py::TestPair::test_multiple PASSED
314 tests/test_pair.py::TestPair::test_pyobj PASSED
315 tests/test_pair.py::TestReqRepGreen::test_basic PASSED
316 tests/test_pair.py::TestReqRepGreen::test_json PASSED
317 tests/test_pair.py::TestReqRepGreen::test_multiple PASSED
318 tests/test_pair.py::TestReqRepGreen::test_pyobj PASSED
319 tests/test_poll.py::TestPoll::test_no_events PASSED
320 tests/test_poll.py::TestPoll::test_pair PASSED
321 tests/test_poll.py::TestPoll::test_pubsub PASSED
322 tests/test_poll.py::TestPoll::test_raw PASSED
323 tests/test_poll.py::TestPoll::test_reqrep PASSED
324 tests/test_poll.py::TestPoll::test_timeout PASSED
325 tests/test_poll.py::TestSelect::test_pair PASSED
326 tests/test_poll.py::TestSelect::test_timeout PASSED
327 tests/test_poll.py::TestPollGreen::test_no_events PASSED
328 tests/test_poll.py::TestPollGreen::test_pair PASSED
329 tests/test_poll.py::TestPollGreen::test_pubsub PASSED
330 tests/test_poll.py::TestPollGreen::test_raw PASSED
331 tests/test_poll.py::TestPollGreen::test_reqrep PASSED
332 tests/test_poll.py::TestPollGreen::test_socket_poll PASSED
333 tests/test_poll.py::TestPollGreen::test_timeout PASSED
334 tests/test_poll.py::TestPollGreen::test_wakeup PASSED
335 tests/test_proxy_steerable.py::TestProxySteerable::test_proxy_steerable SKIPPED
336 tests/test_proxy_steerable.py::TestProxySteerable::test_proxy_steerable_bind_to_random_with_args SKIPPED
337 tests/test_proxy_steerable.py::TestProxySteerable::test_proxy_steerable_statistics SKIPPED
338 tests/test_pubsub.py::TestPubSub::test_basic PASSED
339 tests/test_pubsub.py::TestPubSub::test_topic PASSED
340 tests/test_pubsub.py::TestPubSubGreen::test_basic PASSED
341 tests/test_pubsub.py::TestPubSubGreen::test_topic SKIPPED (Skipping ...)
342 tests/test_reqrep.py::TestReqRep::test_bad_send_recv PASSED
343 tests/test_reqrep.py::TestReqRep::test_basic PASSED
344 tests/test_reqrep.py::TestReqRep::test_json PASSED
345 tests/test_reqrep.py::TestReqRep::test_large_msg PASSED
346 tests/test_reqrep.py::TestReqRep::test_multiple PASSED
347 tests/test_reqrep.py::TestReqRep::test_pyobj PASSED
348 tests/test_reqrep.py::TestReqRepGreen::test_bad_send_recv PASSED
349 tests/test_reqrep.py::TestReqRepGreen::test_basic PASSED
350 tests/test_reqrep.py::TestReqRepGreen::test_json PASSED
351 tests/test_reqrep.py::TestReqRepGreen::test_large_msg PASSED
352 tests/test_reqrep.py::TestReqRepGreen::test_multiple PASSED
353 tests/test_reqrep.py::TestReqRepGreen::test_pyobj PASSED
354 tests/test_retry_eintr.py::TestEINTRSysCall::test_retry_getsockopt SKIPPED
355 tests/test_retry_eintr.py::TestEINTRSysCall::test_retry_poll PASSED
356 tests/test_retry_eintr.py::TestEINTRSysCall::test_retry_recv PASSED
357 tests/test_retry_eintr.py::TestEINTRSysCall::test_retry_send PASSED
358 tests/test_retry_eintr.py::TestEINTRSysCall::test_retry_setsockopt SKIPPED
359 tests/test_retry_eintr.py::TestEINTRSysCall::test_retry_term PASSED
360 tests/test_security.py::TestSecurity::test_curve PASSED
361 tests/test_security.py::TestSecurity::test_curve_public PASSED
362 tests/test_security.py::TestSecurity::test_keypair PASSED
363 tests/test_security.py::TestSecurity::test_null PASSED
364 tests/test_security.py::TestSecurity::test_plain PASSED
365 tests/test_socket.py::TestSocket::test_attr PASSED
366 tests/test_socket.py::TestSocket::test_bad_attr PASSED
367 tests/test_socket.py::TestSocket::test_bad_sockopts PASSED
368 tests/test_socket.py::TestSocket::test_bind_connect_addr_error PASSED
369 tests/test_socket.py::TestSocket::test_bind_random_context PASSED
370 tests/test_socket.py::TestSocket::test_bind_to_random_port PASSED
371 tests/test_socket.py::TestSocket::test_bind_unicode PASSED
372 tests/test_socket.py::TestSocket::test_close PASSED
373 tests/test_socket.py::TestSocket::test_close_after_destroy PASSED
374 tests/test_socket.py::TestSocket::test_connect_unicode PASSED
375 tests/test_socket.py::TestSocket::test_connectbind_context_managers PASSED
376 tests/test_socket.py::TestSocket::test_context_manager PASSED
377 tests/test_socket.py::TestSocket::test_copy PASSED
378 tests/test_socket.py::TestSocket::test_create PASSED
379 tests/test_socket.py::TestSocket::test_custom_serialize PASSED
380 tests/test_socket.py::TestSocket::test_dir PASSED
381 tests/test_socket.py::TestSocket::test_hwm PASSED
382 tests/test_socket.py::TestSocket::test_identity PASSED
383 tests/test_socket.py::TestSocket::test_int_sockopts PASSED
384 tests/test_socket.py::TestSocket::test_ipc_path_max_length PASSED
385 tests/test_socket.py::TestSocket::test_ipc_path_max_length_msg PASSED
386 tests/test_socket.py::TestSocket::test_ipc_path_no_such_file_or_directory_message PASSED
387 tests/test_socket.py::TestSocket::test_large_send PASSED
388 tests/test_socket.py::TestSocket::test_mockable PASSED
389 tests/test_socket.py::TestSocket::test_poll PASSED
390 tests/test_socket.py::TestSocket::test_recv_multipart PASSED
391 tests/test_socket.py::TestSocket::test_repr PASSED
392 tests/test_socket.py::TestSocket::test_send_buffer PASSED
393 tests/test_socket.py::TestSocket::test_send_multipart_check_type PASSED
394 tests/test_socket.py::TestSocket::test_send_unicode PASSED
395 tests/test_socket.py::TestSocket::test_shadow PASSED
396 tests/test_socket.py::TestSocket::test_shadow_pyczmq SKIPPED (Requir...)
397 tests/test_socket.py::TestSocket::test_sockopt_roundtrip PASSED
398 tests/test_socket.py::TestSocket::test_subclass PASSED
399 tests/test_socket.py::TestSocket::test_subscribe_method PASSED
400 tests/test_socket.py::TestSocket::test_tracker PASSED
401 tests/test_socket.py::TestSocket::test_unicode_sockopts PASSED
402 tests/test_socket.py::TestSocketGreen::test_attr PASSED
403 tests/test_socket.py::TestSocketGreen::test_bad_attr SKIPPED (Skippi...)
404 tests/test_socket.py::TestSocketGreen::test_bad_sockopts PASSED
405 tests/test_socket.py::TestSocketGreen::test_bind_connect_addr_error PASSED
406 tests/test_socket.py::TestSocketGreen::test_bind_random_context PASSED
407 tests/test_socket.py::TestSocketGreen::test_bind_to_random_port PASSED
408 tests/test_socket.py::TestSocketGreen::test_bind_unicode PASSED
409 tests/test_socket.py::TestSocketGreen::test_close PASSED
410 tests/test_socket.py::TestSocketGreen::test_close_after_destroy SKIPPED
411 tests/test_socket.py::TestSocketGreen::test_connect_unicode PASSED
412 tests/test_socket.py::TestSocketGreen::test_connectbind_context_managers PASSED
413 tests/test_socket.py::TestSocketGreen::test_context_manager PASSED
414 tests/test_socket.py::TestSocketGreen::test_copy PASSED
415 tests/test_socket.py::TestSocketGreen::test_create PASSED
416 tests/test_socket.py::TestSocketGreen::test_custom_serialize PASSED
417 tests/test_socket.py::TestSocketGreen::test_dir PASSED
418 tests/test_socket.py::TestSocketGreen::test_hwm PASSED
419 tests/test_socket.py::TestSocketGreen::test_identity PASSED
420 tests/test_socket.py::TestSocketGreen::test_int_sockopts PASSED
421 tests/test_socket.py::TestSocketGreen::test_ipc_path_max_length PASSED
422 tests/test_socket.py::TestSocketGreen::test_ipc_path_max_length_msg PASSED
423 tests/test_socket.py::TestSocketGreen::test_ipc_path_no_such_file_or_directory_message PASSED
424 tests/test_socket.py::TestSocketGreen::test_large_send PASSED
425 tests/test_socket.py::TestSocketGreen::test_mockable PASSED
426 tests/test_socket.py::TestSocketGreen::test_poll PASSED
427 tests/test_socket.py::TestSocketGreen::test_recv_multipart PASSED
428 tests/test_socket.py::TestSocketGreen::test_repr PASSED
429 tests/test_socket.py::TestSocketGreen::test_send_buffer PASSED
430 tests/test_socket.py::TestSocketGreen::test_send_multipart_check_type PASSED
431 tests/test_socket.py::TestSocketGreen::test_send_unicode PASSED
432 tests/test_socket.py::TestSocketGreen::test_shadow PASSED
433 tests/test_socket.py::TestSocketGreen::test_shadow_pyczmq SKIPPED (R...)
434 tests/test_socket.py::TestSocketGreen::test_sockopt_roundtrip PASSED
435 tests/test_socket.py::TestSocketGreen::test_subclass PASSED
436 tests/test_socket.py::TestSocketGreen::test_subscribe_method PASSED
437 tests/test_socket.py::TestSocketGreen::test_timeout PASSED
438 tests/test_socket.py::TestSocketGreen::test_tracker PASSED
439 tests/test_socket.py::TestSocketGreen::test_unicode_sockopts PASSED
440 tests/test_socket.py::TestSocketGreen::test_warn_get_timeo PASSED
441 tests/test_socket.py::TestSocketGreen::test_warn_set_timeo PASSED
442 tests/test_ssh.py::test_random_ports PASSED
443 tests/test_version.py::TestVersion::test_pyzmq_version PASSED
444 tests/test_version.py::TestVersion::test_pyzmq_version_info PASSED
445 tests/test_version.py::TestVersion::test_zmq_version PASSED
446 tests/test_version.py::TestVersion::test_zmq_version_info PASSED
447 tests/test_win32_shim.py::TestWindowsConsoleControlHandler::test_handler SKIPPED
448 tests/test_z85.py::TestZ85::test_client_public PASSED
449 tests/test_z85.py::TestZ85::test_client_secret PASSED
450 tests/test_z85.py::TestZ85::test_server_public PASSED
451 tests/test_z85.py::TestZ85::test_server_secret PASSED
452 tests/test_zmqstream.py::test_callable_check PASSED
453 tests/test_zmqstream.py::test_on_recv_basic PASSED
454 tests/test_zmqstream.py::test_on_recv_wake PASSED
455 tests/test_zmqstream.py::test_on_recv_async PASSED
456 tests/test_zmqstream.py::test_on_recv_async_error PASSED
457 tests/test_zmqstream.py::test_shadow_socket PASSED
458 tests/test_zmqstream.py::test_shadow_socket_close PASSED
460 =============================== warnings summary ===============================
461 ../../../../../../../..$(PYTHON_DIR)/vendor-packages/pytest_asyncio/plugin.py:255
462 $(PYTHON_DIR)/vendor-packages/pytest_asyncio/plugin.py:255: PytestDeprecationWarning: io_loop is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead.
465 ../../../../../../../..$(PYTHON_DIR)/vendor-packages/pytest_asyncio/plugin.py:255
466 $(PYTHON_DIR)/vendor-packages/pytest_asyncio/plugin.py:255: PytestDeprecationWarning: _async_setup is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead.
469 tests/test_auth.py:414
470 tests/test_auth.py:414: PytestDeprecationWarning: test_ioloop_authenticator is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead.
471 async def test_ioloop_authenticator(context, event_loop, io_loop):
473 ../../../../../../../..$(PYTHON_DIR)/vendor-packages/paramiko/pkey.py:100
474 $(PYTHON_DIR)/vendor-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
475 "cipher": algorithms.TripleDES,
477 ../../../../../../../..$(PYTHON_DIR)/vendor-packages/paramiko/transport.py:259
478 $(PYTHON_DIR)/vendor-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
479 "class": algorithms.TripleDES,
481 tests/test_asyncio.py: 21 warnings
482 tests/test_auth.py: 31 warnings
483 tests/test_monitor.py: 6 warnings
484 tests/test_zmqstream.py: 7 warnings
485 $(PYTHON_DIR)/vendor-packages/pytest_asyncio/plugin.py:783: DeprecationWarning: The event_loop fixture provided by pytest-asyncio has been redefined in
486 $(@D)/tests/conftest.py:73
487 Replacing the event_loop fixture with a custom implementation is deprecated
488 and will lead to errors in the future.
489 If you want to request an asyncio event loop with a scope other than function
490 scope, use the "scope" argument to the asyncio mark when marking the tests.
491 If you want to return different types of event loops, use the event_loop_policy
496 tests/test_auth.py::test_ioloop_authenticator
497 $(@D)/tests/test_auth.py:418: DeprecationWarning: zmq.auth.ioloop.IOLoopAuthenticator is deprecated. Use zmq.auth.asyncio.AsyncioAuthenticator
498 from zmq.auth.ioloop import IOLoopAuthenticator
500 tests/test_imports.py::test_eventloop
501 $(@D)/tests/test_imports.py:52: DeprecationWarning: zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.
502 from zmq.eventloop import ioloop, zmqstream
504 tests/test_socket.py::TestSocket::test_int_sockopts
505 tests/test_socket.py::TestSocket::test_int_sockopts
506 tests/test_socket.py::TestSocket::test_mockable
507 tests/test_socket.py::TestSocketGreen::test_int_sockopts
508 tests/test_socket.py::TestSocketGreen::test_int_sockopts
509 tests/test_socket.py::TestSocketGreen::test_mockable
510 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/zmq/sugar/socket.py:349: DeprecationWarning: Socket.socket_type is deprecated, use Socket.type
511 warn("Socket.socket_type is deprecated, use Socket.type", DeprecationWarning)
513 tests/test_socket.py::TestSocketGreen::test_mockable
514 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/zmq/green/core.py:290: UserWarning: TIMEO socket options have no effect in zmq.green
517 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
518 ============================= slowest 10 durations =============================
519 ======== 415 passed, 30 skipped, 79 warnings ========