py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> coverage run -m pytest ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .tox/py$(PYV)/.pytest_cache hypothesis profile 'default' rootdir: $(@D) configfile: pyproject.toml testpaths: tests collecting ... collected 1541 items / 4 deselected / 1537 selected tests/streams/test_buffered.py::test_receive_exactly[asyncio] PASSED tests/streams/test_buffered.py::test_receive_exactly[asyncio+uvloop] SKIPPED tests/streams/test_buffered.py::test_receive_exactly_incomplete[asyncio] PASSED tests/streams/test_buffered.py::test_receive_exactly_incomplete[asyncio+uvloop] SKIPPED tests/streams/test_buffered.py::test_receive_until[asyncio] PASSED tests/streams/test_buffered.py::test_receive_until[asyncio+uvloop] SKIPPED tests/streams/test_buffered.py::test_receive_until_incomplete[asyncio] PASSED tests/streams/test_buffered.py::test_receive_until_incomplete[asyncio+uvloop] SKIPPED tests/streams/test_buffered.py::test_buffered_stream[asyncio] PASSED tests/streams/test_buffered.py::test_buffered_stream[asyncio+uvloop] SKIPPED tests/streams/test_buffered.py::test_buffered_connectable[asyncio] PASSED tests/streams/test_buffered.py::test_buffered_connectable[asyncio+uvloop] SKIPPED tests/streams/test_buffered.py::test_feed_data[asyncio] PASSED tests/streams/test_buffered.py::test_feed_data[asyncio+uvloop] SKIPPED tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio-str] PASSED tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio-path] PASSED tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+uvloop-str] SKIPPED tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+uvloop-path] SKIPPED tests/streams/test_file.py::TestFileReadStream::test_read_file[asyncio] PASSED tests/streams/test_file.py::TestFileReadStream::test_read_file[asyncio+uvloop] SKIPPED tests/streams/test_file.py::TestFileReadStream::test_read_after_close[asyncio] PASSED tests/streams/test_file.py::TestFileReadStream::test_read_after_close[asyncio+uvloop] SKIPPED tests/streams/test_file.py::TestFileReadStream::test_seek[asyncio] PASSED tests/streams/test_file.py::TestFileReadStream::test_seek[asyncio+uvloop] SKIPPED tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[asyncio] PASSED tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[asyncio+uvloop] SKIPPED tests/streams/test_file.py::TestFileWriteStream::test_write_file[asyncio] PASSED tests/streams/test_file.py::TestFileWriteStream::test_write_file[asyncio+uvloop] SKIPPED tests/streams/test_file.py::TestFileWriteStream::test_append_file[asyncio] PASSED tests/streams/test_file.py::TestFileWriteStream::test_append_file[asyncio+uvloop] SKIPPED tests/streams/test_file.py::TestFileWriteStream::test_write_after_close[asyncio] PASSED tests/streams/test_file.py::TestFileWriteStream::test_write_after_close[asyncio+uvloop] SKIPPED tests/streams/test_file.py::TestFileWriteStream::test_extra_attributes[asyncio] PASSED tests/streams/test_file.py::TestFileWriteStream::test_extra_attributes[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_invalid_max_buffer PASSED tests/streams/test_memory.py::test_negative_max_buffer PASSED tests/streams/test_memory.py::test_receive_then_send[asyncio] PASSED tests/streams/test_memory.py::test_receive_then_send[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_receive_then_send_nowait[asyncio] PASSED tests/streams/test_memory.py::test_receive_then_send_nowait[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_send_then_receive_nowait[asyncio] PASSED tests/streams/test_memory.py::test_send_then_receive_nowait[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_send_is_unblocked_after_receive_nowait[asyncio] PASSED tests/streams/test_memory.py::test_send_is_unblocked_after_receive_nowait[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_send_nowait_then_receive_nowait[asyncio] PASSED tests/streams/test_memory.py::test_send_nowait_then_receive_nowait[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_iterate[asyncio] PASSED tests/streams/test_memory.py::test_iterate[asyncio+uvloop] SKIPPED (...) tests/streams/test_memory.py::test_receive_send_closed_send_stream[asyncio] PASSED tests/streams/test_memory.py::test_receive_send_closed_send_stream[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_receive_send_closed_receive_stream[asyncio] PASSED tests/streams/test_memory.py::test_receive_send_closed_receive_stream[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_cancel_receive[asyncio] PASSED tests/streams/test_memory.py::test_cancel_receive[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_cancel_send[asyncio] PASSED tests/streams/test_memory.py::test_cancel_send[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_clone[asyncio] PASSED tests/streams/test_memory.py::test_clone[asyncio+uvloop] SKIPPED (uv...) tests/streams/test_memory.py::test_clone_closed[asyncio] PASSED tests/streams/test_memory.py::test_clone_closed[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_close_send_while_receiving[asyncio] PASSED tests/streams/test_memory.py::test_close_send_while_receiving[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_close_receive_while_sending[asyncio] PASSED tests/streams/test_memory.py::test_close_receive_while_sending[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_receive_after_send_closed[asyncio] PASSED tests/streams/test_memory.py::test_receive_after_send_closed[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_receive_when_cancelled[asyncio] PASSED tests/streams/test_memory.py::test_receive_when_cancelled[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_send_when_cancelled[asyncio] PASSED tests/streams/test_memory.py::test_send_when_cancelled[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_cancel_during_receive[asyncio] PASSED tests/streams/test_memory.py::test_cancel_during_receive[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_cancel_during_receive_buffered[asyncio] PASSED tests/streams/test_memory.py::test_cancel_during_receive_buffered[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_close_receive_after_send[asyncio] PASSED tests/streams/test_memory.py::test_close_receive_after_send[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_statistics[asyncio] PASSED tests/streams/test_memory.py::test_statistics[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_sync_close[asyncio] PASSED tests/streams/test_memory.py::test_sync_close[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_type_variance[asyncio] PASSED tests/streams/test_memory.py::test_type_variance[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_deprecated_item_type_parameter[asyncio] PASSED tests/streams/test_memory.py::test_deprecated_item_type_parameter[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_not_closed_warning[asyncio] PASSED tests/streams/test_memory.py::test_not_closed_warning[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_send_to_natively_cancelled_receiver[asyncio] PASSED tests/streams/test_memory.py::test_send_to_natively_cancelled_receiver[asyncio+uvloop] SKIPPED tests/streams/test_memory.py::test_memory_object_item_receiver_repr[asyncio] PASSED tests/streams/test_memory.py::test_memory_object_item_receiver_repr[asyncio+uvloop] SKIPPED tests/streams/test_stapled.py::TestStapledByteStream::test_receive_send[asyncio] PASSED tests/streams/test_stapled.py::TestStapledByteStream::test_receive_send[asyncio+uvloop] SKIPPED tests/streams/test_stapled.py::TestStapledByteStream::test_send_eof[asyncio] PASSED tests/streams/test_stapled.py::TestStapledByteStream::test_send_eof[asyncio+uvloop] SKIPPED tests/streams/test_stapled.py::TestStapledByteStream::test_aclose[asyncio] PASSED tests/streams/test_stapled.py::TestStapledByteStream::test_aclose[asyncio+uvloop] SKIPPED tests/streams/test_stapled.py::TestStapledObjectStream::test_receive_send[asyncio] PASSED tests/streams/test_stapled.py::TestStapledObjectStream::test_receive_send[asyncio+uvloop] SKIPPED tests/streams/test_stapled.py::TestStapledObjectStream::test_send_eof[asyncio] PASSED tests/streams/test_stapled.py::TestStapledObjectStream::test_send_eof[asyncio+uvloop] SKIPPED tests/streams/test_stapled.py::TestStapledObjectStream::test_aclose[asyncio] PASSED tests/streams/test_stapled.py::TestStapledObjectStream::test_aclose[asyncio+uvloop] SKIPPED tests/streams/test_text.py::test_receive[asyncio] PASSED tests/streams/test_text.py::test_receive[asyncio+uvloop] SKIPPED (uv...) tests/streams/test_text.py::test_send[asyncio] PASSED tests/streams/test_text.py::test_send[asyncio+uvloop] SKIPPED (uvloo...) tests/streams/test_text.py::test_receive_encoding_error[asyncio] PASSED tests/streams/test_text.py::test_receive_encoding_error[asyncio+uvloop] SKIPPED tests/streams/test_text.py::test_send_encoding_error[asyncio] PASSED tests/streams/test_text.py::test_send_encoding_error[asyncio+uvloop] SKIPPED tests/streams/test_text.py::test_bidirectional_stream[asyncio] PASSED tests/streams/test_text.py::test_bidirectional_stream[asyncio+uvloop] SKIPPED tests/streams/test_text.py::test_text_connectable[asyncio] PASSED tests/streams/test_text.py::test_text_connectable[asyncio+uvloop] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_send_receive[asyncio] PASSED tests/streams/test_tls.py::TestTLSStream::test_send_receive[asyncio+uvloop] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_extra_attributes[asyncio] PASSED tests/streams/test_tls.py::TestTLSStream::test_extra_attributes[asyncio+uvloop] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_unwrap[asyncio] PASSED tests/streams/test_tls.py::TestTLSStream::test_unwrap[asyncio+uvloop] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_alpn_negotiation[asyncio] PASSED tests/streams/test_tls.py::TestTLSStream::test_alpn_negotiation[asyncio+uvloop] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio-both_standard] PASSED tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio-server_standard] PASSED tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio-client_standard] PASSED tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio-neither_standard] PASSED tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio+uvloop-both_standard] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio+uvloop-server_standard] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio+uvloop-client_standard] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio+uvloop-neither_standard] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_ragged_eof_on_receive[asyncio] PASSED tests/streams/test_tls.py::TestTLSStream::test_ragged_eof_on_receive[asyncio+uvloop] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_receive_send_after_eof[asyncio] PASSED tests/streams/test_tls.py::TestTLSStream::test_receive_send_after_eof[asyncio+uvloop] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_send_eof_not_implemented[asyncio-tlsv13] PASSED tests/streams/test_tls.py::TestTLSStream::test_send_eof_not_implemented[asyncio-tlsv12] PASSED tests/streams/test_tls.py::TestTLSStream::test_send_eof_not_implemented[asyncio+uvloop-tlsv13] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_send_eof_not_implemented[asyncio+uvloop-tlsv12] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_default_context_ignore_unexpected_eof_flag_off[asyncio] PASSED tests/streams/test_tls.py::TestTLSStream::test_default_context_ignore_unexpected_eof_flag_off[asyncio+uvloop] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_truststore_ssl[asyncio] SKIPPED tests/streams/test_tls.py::TestTLSStream::test_truststore_ssl[asyncio+uvloop] SKIPPED tests/streams/test_tls.py::TestTLSListener::test_handshake_fail[asyncio] PASSED tests/streams/test_tls.py::TestTLSListener::test_handshake_fail[asyncio+uvloop] SKIPPED tests/streams/test_tls.py::TestTLSListener::test_extra_attributes[asyncio] PASSED tests/streams/test_tls.py::TestTLSListener::test_extra_attributes[asyncio+uvloop] SKIPPED tests/streams/test_tls.py::test_tls_connectable[asyncio] PASSED tests/streams/test_tls.py::test_tls_connectable[asyncio+uvloop] SKIPPED tests/test_contextmanagers.py::TestContextManagerMixin::test_contextmanager PASSED tests/test_contextmanagers.py::TestContextManagerMixin::test_exception[True] PASSED tests/test_contextmanagers.py::TestContextManagerMixin::test_exception[False] PASSED tests/test_contextmanagers.py::TestContextManagerMixin::test_return_bad_type PASSED tests/test_contextmanagers.py::TestContextManagerMixin::test_return_generator PASSED tests/test_contextmanagers.py::TestContextManagerMixin::test_return_self PASSED tests/test_contextmanagers.py::TestContextManagerMixin::test_enter_twice PASSED tests/test_contextmanagers.py::TestContextManagerMixin::test_exit_before_enter PASSED tests/test_contextmanagers.py::TestContextManagerMixin::test_call_superclass_method PASSED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_contextmanager[asyncio] PASSED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_contextmanager[asyncio+uvloop] SKIPPED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_exception[asyncio-True] PASSED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_exception[asyncio-False] PASSED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_exception[asyncio+uvloop-True] SKIPPED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_exception[asyncio+uvloop-False] SKIPPED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_return_bad_type[asyncio] PASSED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_return_bad_type[asyncio+uvloop] SKIPPED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_return_async_generator[asyncio] PASSED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_return_async_generator[asyncio+uvloop] SKIPPED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_return_self[asyncio] PASSED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_return_self[asyncio+uvloop] SKIPPED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_return_coroutine[asyncio] PASSED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_return_coroutine[asyncio+uvloop] SKIPPED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_enter_twice[asyncio] PASSED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_enter_twice[asyncio+uvloop] SKIPPED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_exit_before_enter[asyncio] PASSED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_exit_before_enter[asyncio+uvloop] SKIPPED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_call_superclass_method[asyncio] PASSED tests/test_contextmanagers.py::TestAsyncContextManagerMixin::test_call_superclass_method[asyncio+uvloop] SKIPPED tests/test_debugging.py::test_main_task_name[asyncio] PASSED tests/test_debugging.py::test_main_task_name[asyncio+uvloop] SKIPPED tests/test_debugging.py::test_non_main_task_name[asyncio-None-tests.test_debugging.test_non_main_task_name..non_main] PASSED tests/test_debugging.py::test_non_main_task_name[asyncio-name-b'name'] PASSED tests/test_debugging.py::test_non_main_task_name[asyncio-name-name] PASSED tests/test_debugging.py::test_non_main_task_name[asyncio--] PASSED tests/test_debugging.py::test_non_main_task_name[asyncio+uvloop-None-tests.test_debugging.test_non_main_task_name..non_main] SKIPPED tests/test_debugging.py::test_non_main_task_name[asyncio+uvloop-name-b'name'] SKIPPED tests/test_debugging.py::test_non_main_task_name[asyncio+uvloop-name-name] SKIPPED tests/test_debugging.py::test_non_main_task_name[asyncio+uvloop--] SKIPPED tests/test_debugging.py::test_get_running_tasks[asyncio] PASSED tests/test_debugging.py::test_get_running_tasks[asyncio+uvloop] SKIPPED tests/test_debugging.py::test_wait_generator_based_task_blocked PASSED tests/test_debugging.py::test_wait_all_tasks_blocked_asend[asyncio] PASSED tests/test_debugging.py::test_wait_all_tasks_blocked_asend[asyncio+uvloop] SKIPPED tests/test_debugging.py::test_wait_all_tasks_blocked_cancelled_task[asyncio] PASSED tests/test_debugging.py::test_wait_all_tasks_blocked_cancelled_task[asyncio+uvloop] SKIPPED tests/test_deprecations.py::test_broken_worker_interpreter_deprecation PASSED tests/test_eventloop.py::test_sleep_until[asyncio] PASSED tests/test_eventloop.py::test_sleep_until[asyncio+uvloop] SKIPPED (u...) tests/test_eventloop.py::test_sleep_until_in_past[asyncio] PASSED tests/test_eventloop.py::test_sleep_until_in_past[asyncio+uvloop] SKIPPED tests/test_eventloop.py::test_sleep_forever[asyncio] PASSED tests/test_eventloop.py::test_sleep_forever[asyncio+uvloop] SKIPPED tests/test_eventloop.py::test_run_task PASSED tests/test_eventloop.py::TestAsyncioOptions::test_debug PASSED tests/test_eventloop.py::TestAsyncioOptions::test_debug_via_env PASSED tests/test_eventloop.py::TestAsyncioOptions::test_loop_factory SKIPPED tests/test_eventloop.py::TestAsyncioOptions::test_use_uvloop SKIPPED tests/test_fileio.py::TestAsyncFile::test_open_close[asyncio] PASSED tests/test_fileio.py::TestAsyncFile::test_open_close[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestAsyncFile::test_read[asyncio] PASSED tests/test_fileio.py::TestAsyncFile::test_read[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestAsyncFile::test_readinto[asyncio] PASSED tests/test_fileio.py::TestAsyncFile::test_readinto[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestAsyncFile::test_readinto1[asyncio] PASSED tests/test_fileio.py::TestAsyncFile::test_readinto1[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestAsyncFile::test_write[asyncio] PASSED tests/test_fileio.py::TestAsyncFile::test_write[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestAsyncFile::test_async_iteration[asyncio] PASSED tests/test_fileio.py::TestAsyncFile::test_async_iteration[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestAsyncFile::test_wrap_file[asyncio] PASSED tests/test_fileio.py::TestAsyncFile::test_wrap_file[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_properties[asyncio] PASSED tests/test_fileio.py::TestPath::test_properties[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_repr PASSED tests/test_fileio.py::TestPath::test_bytes PASSED tests/test_fileio.py::TestPath::test_hash PASSED tests/test_fileio.py::TestPath::test_comparison PASSED tests/test_fileio.py::TestPath::test_truediv PASSED tests/test_fileio.py::TestPath::test_rtruediv PASSED tests/test_fileio.py::TestPath::test_parts_property PASSED tests/test_fileio.py::TestPath::test_drive_property SKIPPED (Drive o...) tests/test_fileio.py::TestPath::test_root_property PASSED tests/test_fileio.py::TestPath::test_anchor_property PASSED tests/test_fileio.py::TestPath::test_parents_property PASSED tests/test_fileio.py::TestPath::test_parent_property PASSED tests/test_fileio.py::TestPath::test_name_property PASSED tests/test_fileio.py::TestPath::test_suffix_property PASSED tests/test_fileio.py::TestPath::test_suffixes_property PASSED tests/test_fileio.py::TestPath::test_stem_property PASSED tests/test_fileio.py::TestPath::test_absolute[asyncio] PASSED tests/test_fileio.py::TestPath::test_absolute[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_as_posix SKIPPED (Only makes se...) tests/test_fileio.py::TestPath::test_as_uri PASSED tests/test_fileio.py::TestPath::test_from_uri SKIPPED (Path.from_uri...) tests/test_fileio.py::TestPath::test_cwd[asyncio] PASSED tests/test_fileio.py::TestPath::test_cwd[asyncio+uvloop] SKIPPED (uv...) tests/test_fileio.py::TestPath::test_exists[asyncio] PASSED tests/test_fileio.py::TestPath::test_exists[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_expanduser[asyncio] PASSED tests/test_fileio.py::TestPath::test_expanduser[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_home[asyncio] PASSED tests/test_fileio.py::TestPath::test_home[asyncio+uvloop] SKIPPED (u...) tests/test_fileio.py::TestPath::test_is_absolute[/xyz-True] PASSED tests/test_fileio.py::TestPath::test_is_absolute[../xyz-False] PASSED tests/test_fileio.py::TestPath::test_is_block_device[asyncio] SKIPPED tests/test_fileio.py::TestPath::test_is_block_device[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_is_char_device[asyncio] PASSED tests/test_fileio.py::TestPath::test_is_char_device[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_is_dir[asyncio] PASSED tests/test_fileio.py::TestPath::test_is_dir[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_is_fifo[asyncio] PASSED tests/test_fileio.py::TestPath::test_is_fifo[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_is_file[asyncio] PASSED tests/test_fileio.py::TestPath::test_is_file[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_is_junction[asyncio] SKIPPED (P...) tests/test_fileio.py::TestPath::test_is_junction[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_is_mount[asyncio] PASSED tests/test_fileio.py::TestPath::test_is_mount[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_is_reserved PASSED tests/test_fileio.py::TestPath::test_is_socket[asyncio] PASSED tests/test_fileio.py::TestPath::test_is_socket[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_is_symlink[asyncio] PASSED tests/test_fileio.py::TestPath::test_is_symlink[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_is_relative_to[/xyz/abc-True] PASSED tests/test_fileio.py::TestPath::test_is_relative_to[/xyz/baz-False] PASSED tests/test_fileio.py::TestPath::test_copy[asyncio] SKIPPED (Path.cop...) tests/test_fileio.py::TestPath::test_copy[asyncio+uvloop] SKIPPED (P...) tests/test_fileio.py::TestPath::test_copy_into[asyncio] SKIPPED (Pat...) tests/test_fileio.py::TestPath::test_copy_into[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_move[asyncio] SKIPPED (Path.cop...) tests/test_fileio.py::TestPath::test_move[asyncio+uvloop] SKIPPED (P...) tests/test_fileio.py::TestPath::test_move_into[asyncio] SKIPPED (Pat...) tests/test_fileio.py::TestPath::test_move_into[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_glob[asyncio] PASSED tests/test_fileio.py::TestPath::test_glob[asyncio+uvloop] SKIPPED (u...) tests/test_fileio.py::TestPath::test_rglob[asyncio] PASSED tests/test_fileio.py::TestPath::test_rglob[asyncio+uvloop] SKIPPED (...) tests/test_fileio.py::TestPath::test_iterdir[asyncio] PASSED tests/test_fileio.py::TestPath::test_iterdir[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_joinpath PASSED tests/test_fileio.py::TestPath::test_fullmatch SKIPPED (Path.full_ma...) tests/test_fileio.py::TestPath::test_match PASSED tests/test_fileio.py::TestPath::test_chmod[asyncio] PASSED tests/test_fileio.py::TestPath::test_chmod[asyncio+uvloop] SKIPPED (...) tests/test_fileio.py::TestPath::test_hardlink_to[asyncio] PASSED tests/test_fileio.py::TestPath::test_hardlink_to[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_lchmod[asyncio] SKIPPED (os.lch...) tests/test_fileio.py::TestPath::test_lchmod[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_lstat[asyncio] PASSED tests/test_fileio.py::TestPath::test_lstat[asyncio+uvloop] SKIPPED (...) tests/test_fileio.py::TestPath::test_group[asyncio] PASSED tests/test_fileio.py::TestPath::test_group[asyncio+uvloop] SKIPPED (...) tests/test_fileio.py::TestPath::test_mkdir[asyncio] PASSED tests/test_fileio.py::TestPath::test_mkdir[asyncio+uvloop] SKIPPED (...) tests/test_fileio.py::TestPath::test_open[asyncio] PASSED tests/test_fileio.py::TestPath::test_open[asyncio+uvloop] SKIPPED (u...) tests/test_fileio.py::TestPath::test_owner[asyncio] PASSED tests/test_fileio.py::TestPath::test_owner[asyncio+uvloop] SKIPPED (...) tests/test_fileio.py::TestPath::test_readlink[asyncio] PASSED tests/test_fileio.py::TestPath::test_readlink[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_read_bytes[asyncio] PASSED tests/test_fileio.py::TestPath::test_read_bytes[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_read_text[asyncio] PASSED tests/test_fileio.py::TestPath::test_read_text[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_relative_to_subpath[asyncio] PASSED tests/test_fileio.py::TestPath::test_relative_to_subpath[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_relative_to_sibling[asyncio] SKIPPED tests/test_fileio.py::TestPath::test_relative_to_sibling[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_rename[asyncio] PASSED tests/test_fileio.py::TestPath::test_rename[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_replace[asyncio] PASSED tests/test_fileio.py::TestPath::test_replace[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_resolve[asyncio] PASSED tests/test_fileio.py::TestPath::test_resolve[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_rmdir[asyncio] PASSED tests/test_fileio.py::TestPath::test_rmdir[asyncio+uvloop] SKIPPED (...) tests/test_fileio.py::TestPath::test_samefile[asyncio] PASSED tests/test_fileio.py::TestPath::test_samefile[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_stat[asyncio] PASSED tests/test_fileio.py::TestPath::test_stat[asyncio+uvloop] SKIPPED (u...) tests/test_fileio.py::TestPath::test_touch[asyncio] PASSED tests/test_fileio.py::TestPath::test_touch[asyncio+uvloop] SKIPPED (...) tests/test_fileio.py::TestPath::test_symlink_to[asyncio] PASSED tests/test_fileio.py::TestPath::test_symlink_to[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_unlink[asyncio] PASSED tests/test_fileio.py::TestPath::test_unlink[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_unlink_missing_file[asyncio] PASSED tests/test_fileio.py::TestPath::test_unlink_missing_file[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_walk[asyncio] SKIPPED (Path.wal...) tests/test_fileio.py::TestPath::test_walk[asyncio+uvloop] SKIPPED (P...) tests/test_fileio.py::TestPath::test_with_name PASSED tests/test_fileio.py::TestPath::test_with_stem PASSED tests/test_fileio.py::TestPath::test_with_suffix PASSED tests/test_fileio.py::TestPath::test_write_bytes[asyncio] PASSED tests/test_fileio.py::TestPath::test_write_bytes[asyncio+uvloop] SKIPPED tests/test_fileio.py::TestPath::test_write_text[asyncio] PASSED tests/test_fileio.py::TestPath::test_write_text[asyncio+uvloop] SKIPPED tests/test_from_thread.py::test_thread_cancelled[asyncio-True] PASSED tests/test_from_thread.py::test_thread_cancelled[asyncio-False] PASSED tests/test_from_thread.py::test_thread_cancelled[asyncio+uvloop-True] SKIPPED tests/test_from_thread.py::test_thread_cancelled[asyncio+uvloop-False] SKIPPED tests/test_from_thread.py::test_thread_cancelled_and_abandoned[asyncio] PASSED tests/test_from_thread.py::test_thread_cancelled_and_abandoned[asyncio+uvloop] SKIPPED tests/test_from_thread.py::test_thread_cancelled_not_in_worker_thread PASSED tests/test_from_thread.py::test_cancelscope_propagation[asyncio] PASSED tests/test_from_thread.py::test_cancelscope_propagation[asyncio+uvloop] SKIPPED tests/test_from_thread.py::test_cancelscope_propagation_when_abandoned[asyncio] PASSED tests/test_from_thread.py::test_cancelscope_propagation_when_abandoned[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_corofunc_from_thread[asyncio] PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_corofunc_from_thread[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_asyncgen_from_thread[asyncio] PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_asyncgen_from_thread[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_sync_from_thread[asyncio] PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_sync_from_thread[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_from_unclaimed_thread[asyncio] PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_from_unclaimed_thread[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_sync_from_thread_pooling PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_from_thread_exception[asyncio] PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_from_thread_exception[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_sync_from_thread_exception[asyncio] PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_sync_from_thread_exception[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_anyio_async_func_from_thread[asyncio] PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_anyio_async_func_from_thread[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_no_event_loop PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_closed_event_loop[asyncio] PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_closed_event_loop[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunAsyncFromThread::test_contextvar_propagation[asyncio] PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_contextvar_propagation[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunAsyncFromThread::test_sniffio[asyncio] PASSED tests/test_from_thread.py::TestRunAsyncFromThread::test_sniffio[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunSyncFromThread::test_run_sync_from_unclaimed_thread[asyncio] PASSED tests/test_from_thread.py::TestRunSyncFromThread::test_run_sync_from_unclaimed_thread[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunSyncFromThread::test_run_sync_from_unclaimed_thread_no_token PASSED tests/test_from_thread.py::TestRunSyncFromThread::test_run_sync_closed_event_loop[asyncio] PASSED tests/test_from_thread.py::TestRunSyncFromThread::test_run_sync_closed_event_loop[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunSyncFromThread::test_contextvar_propagation[asyncio] PASSED tests/test_from_thread.py::TestRunSyncFromThread::test_contextvar_propagation[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestRunSyncFromThread::test_sniffio[asyncio] PASSED tests/test_from_thread.py::TestRunSyncFromThread::test_sniffio[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_call_corofunc[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_call_corofunc[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_call_anext[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_call_anext[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_aexit_with_exception[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_aexit_with_exception[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_aexit_without_exception[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_aexit_without_exception[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_call_portal_from_event_loop_thread[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_call_portal_from_event_loop_thread[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_with_new_event_loop[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_with_new_event_loop[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_with_thread_name[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_with_thread_name[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_without_thread_name[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_without_thread_name[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_with_nonexistent_backend PASSED tests/test_from_thread.py::TestBlockingPortal::test_call_stopped_portal[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_call_stopped_portal[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_cancel_later[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_cancel_later[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_cancel_immediately[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_cancel_immediately[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_with_name[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_with_name[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_success[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_success[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_error[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_error[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_error_ignore[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_error_ignore[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_exception_in_task_group[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_exception_in_task_group[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_no_value[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_no_value[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_with_value[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_with_value[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_crash_before_started_call[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_crash_before_started_call[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_crash_after_started_call[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_crash_after_started_call[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_no_started_call[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_no_started_call[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_start_with_name[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_start_with_name[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_contextvar_propagation_sync[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_contextvar_propagation_sync[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_contextvar_propagation_async[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_contextvar_propagation_async[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_asyncio_run_sync_called[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_asyncio_run_sync_called[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_raise_baseexception_from_task[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_raise_baseexception_from_task[asyncio+uvloop] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_from_async[asyncio-asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_from_async[asyncio+uvloop-asyncio] SKIPPED tests/test_from_thread.py::TestBlockingPortal::test_cancel_portal_future[asyncio] PASSED tests/test_from_thread.py::TestBlockingPortal::test_cancel_portal_future[asyncio+uvloop] SKIPPED tests/test_lowlevel.py::test_checkpoint_if_cancelled[asyncio-False] PASSED tests/test_lowlevel.py::test_checkpoint_if_cancelled[asyncio-True] PASSED tests/test_lowlevel.py::test_checkpoint_if_cancelled[asyncio+uvloop-False] SKIPPED tests/test_lowlevel.py::test_checkpoint_if_cancelled[asyncio+uvloop-True] SKIPPED tests/test_lowlevel.py::test_cancel_shielded_checkpoint[asyncio-False] PASSED tests/test_lowlevel.py::test_cancel_shielded_checkpoint[asyncio-True] PASSED tests/test_lowlevel.py::test_cancel_shielded_checkpoint[asyncio+uvloop-False] SKIPPED tests/test_lowlevel.py::test_cancel_shielded_checkpoint[asyncio+uvloop-True] SKIPPED tests/test_lowlevel.py::test_checkpoint[asyncio-False] PASSED tests/test_lowlevel.py::test_checkpoint[asyncio-True] PASSED tests/test_lowlevel.py::test_checkpoint[asyncio+uvloop-False] SKIPPED tests/test_lowlevel.py::test_checkpoint[asyncio+uvloop-True] SKIPPED tests/test_lowlevel.py::TestRunVar::test_get_set[asyncio] PASSED tests/test_lowlevel.py::TestRunVar::test_get_set[asyncio+uvloop] SKIPPED tests/test_lowlevel.py::TestRunVar::test_reset_token_used_on_wrong_runvar[asyncio] PASSED tests/test_lowlevel.py::TestRunVar::test_reset_token_used_on_wrong_runvar[asyncio+uvloop] SKIPPED tests/test_lowlevel.py::TestRunVar::test_reset_token_used_twice[asyncio] PASSED tests/test_lowlevel.py::TestRunVar::test_reset_token_used_twice[asyncio+uvloop] SKIPPED tests/test_lowlevel.py::TestRunVar::test_runvar_does_not_share_storage_by_name[asyncio] PASSED tests/test_lowlevel.py::TestRunVar::test_runvar_does_not_share_storage_by_name[asyncio+uvloop] SKIPPED tests/test_pytest_plugin.py::test_plugin PASSED tests/test_pytest_plugin.py::test_asyncio PASSED tests/test_pytest_plugin.py::test_autouse_async_fixture PASSED tests/test_pytest_plugin.py::test_cancel_scope_in_asyncgen_fixture PASSED tests/test_pytest_plugin.py::test_module_scoped_task_group_fixture PASSED tests/test_pytest_plugin.py::test_async_fixture_teardown_after_sync_test PASSED tests/test_pytest_plugin.py::test_hypothesis_module_mark PASSED tests/test_pytest_plugin.py::test_hypothesis_function_mark PASSED tests/test_pytest_plugin.py::test_debugger_exit_in_taskgroup[asyncio] PASSED tests/test_pytest_plugin.py::test_keyboardinterrupt_during_test[asyncio] PASSED tests/test_pytest_plugin.py::test_async_fixture_in_test_class PASSED tests/test_pytest_plugin.py::test_asyncgen_fixture_in_test_class PASSED tests/test_pytest_plugin.py::test_anyio_fixture_adoption_does_not_persist PASSED tests/test_pytest_plugin.py::test_async_fixture_params PASSED tests/test_pytest_plugin.py::test_auto_mode PASSED tests/test_pytest_plugin.py::test_auto_mode_conflict_warning PASSED tests/test_pytest_plugin.py::TestFreePortFactory::test_tcp_factory[asyncio] PASSED tests/test_pytest_plugin.py::TestFreePortFactory::test_tcp_factory[asyncio+uvloop] SKIPPED tests/test_pytest_plugin.py::TestFreePortFactory::test_udp_factory[asyncio] PASSED tests/test_pytest_plugin.py::TestFreePortFactory::test_udp_factory[asyncio+uvloop] SKIPPED tests/test_pytest_plugin.py::TestFreePortFactory::test_free_tcp_port[asyncio] PASSED tests/test_pytest_plugin.py::TestFreePortFactory::test_free_tcp_port[asyncio+uvloop] SKIPPED tests/test_pytest_plugin.py::TestFreePortFactory::test_free_udp_port[asyncio] PASSED tests/test_pytest_plugin.py::TestFreePortFactory::test_free_udp_port[asyncio+uvloop] SKIPPED tests/test_signals.py::test_receive_signals[asyncio] PASSED tests/test_signals.py::test_receive_signals[asyncio+uvloop] SKIPPED tests/test_signals.py::test_task_group_cancellation_open[asyncio] PASSED tests/test_signals.py::test_task_group_cancellation_open[asyncio+uvloop] SKIPPED tests/test_signals.py::test_task_group_cancellation_consume[asyncio] PASSED tests/test_signals.py::test_task_group_cancellation_consume[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestTCPStream::test_extra_attributes[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_extra_attributes[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_extra_attributes[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_extra_attributes[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_send_receive[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_send_receive[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_send_receive[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_send_receive[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_send_large_buffer[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_send_large_buffer[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_send_large_buffer[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_send_large_buffer[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_send_eof[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_send_eof[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_send_eof[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_send_eof[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_iterate[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_iterate[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_iterate[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_iterate[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_socket_options[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_socket_options[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_socket_options[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_socket_options[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio-dualstack] PASSED tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio+uvloop-dualstack] SKIPPED tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_happy_eyeballs_refcycles[asyncio] SKIPPED tests/test_sockets.py::TestTCPStream::test_happy_eyeballs_refcycles[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestTCPStream::test_connection_refused[asyncio-multi] PASSED tests/test_sockets.py::TestTCPStream::test_connection_refused[asyncio-single] PASSED tests/test_sockets.py::TestTCPStream::test_connection_refused[asyncio+uvloop-multi] SKIPPED tests/test_sockets.py::TestTCPStream::test_connection_refused[asyncio+uvloop-single] SKIPPED tests/test_sockets.py::TestTCPStream::test_receive_timeout[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_receive_timeout[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_receive_timeout[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_receive_timeout[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_concurrent_send[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_concurrent_send[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_concurrent_send[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_concurrent_send[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_concurrent_receive[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_concurrent_receive[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_concurrent_receive[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_concurrent_receive[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_close_during_receive[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_close_during_receive[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_close_during_receive[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_close_during_receive[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_receive_after_close[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_receive_after_close[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_receive_after_close[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_receive_after_close[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_send_after_close[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_send_after_close[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_send_after_close[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_send_after_close[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_receive_after_peer_closed[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_receive_after_peer_closed[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_receive_after_peer_closed[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_receive_after_peer_closed[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_send_after_peer_closed[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_send_after_peer_closed[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_send_after_peer_closed[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_send_after_peer_closed[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls_cert_check_fail[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls_cert_check_fail[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls_cert_check_fail[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls_cert_check_fail[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPStream::test_from_socket[asyncio-ipv4-sock] PASSED tests/test_sockets.py::TestTCPStream::test_from_socket[asyncio-ipv4-fileno] PASSED tests/test_sockets.py::TestTCPStream::test_from_socket[asyncio-ipv6-sock] PASSED tests/test_sockets.py::TestTCPStream::test_from_socket[asyncio-ipv6-fileno] PASSED tests/test_sockets.py::TestTCPStream::test_from_socket[asyncio+uvloop-ipv4-sock] SKIPPED tests/test_sockets.py::TestTCPStream::test_from_socket[asyncio+uvloop-ipv4-fileno] SKIPPED tests/test_sockets.py::TestTCPStream::test_from_socket[asyncio+uvloop-ipv6-sock] SKIPPED tests/test_sockets.py::TestTCPStream::test_from_socket[asyncio+uvloop-ipv6-fileno] SKIPPED tests/test_sockets.py::TestTCPStream::test_from_socket_not_a_socket[asyncio] PASSED tests/test_sockets.py::TestTCPStream::test_from_socket_not_a_socket[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestTCPStream::test_from_socket_pass_file_fd[asyncio] PASSED tests/test_sockets.py::TestTCPStream::test_from_socket_pass_file_fd[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestTCPStream::test_from_socket_wrong_socket_type[asyncio-sock] PASSED tests/test_sockets.py::TestTCPStream::test_from_socket_wrong_socket_type[asyncio-fileno] PASSED tests/test_sockets.py::TestTCPStream::test_from_socket_wrong_socket_type[asyncio+uvloop-sock] SKIPPED tests/test_sockets.py::TestTCPStream::test_from_socket_wrong_socket_type[asyncio+uvloop-fileno] SKIPPED tests/test_sockets.py::TestTCPStream::test_from_socket_not_connected[asyncio-sock] PASSED tests/test_sockets.py::TestTCPStream::test_from_socket_not_connected[asyncio-fileno] PASSED tests/test_sockets.py::TestTCPStream::test_from_socket_not_connected[asyncio+uvloop-sock] SKIPPED tests/test_sockets.py::TestTCPStream::test_from_socket_not_connected[asyncio+uvloop-fileno] SKIPPED tests/test_sockets.py::TestTCPListener::test_extra_attributes[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPListener::test_extra_attributes[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPListener::test_extra_attributes[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPListener::test_extra_attributes[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPListener::test_accept[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPListener::test_accept[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPListener::test_accept[asyncio-both] PASSED tests/test_sockets.py::TestTCPListener::test_accept[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPListener::test_accept[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPListener::test_accept[asyncio+uvloop-both] SKIPPED tests/test_sockets.py::TestTCPListener::test_accept_after_close[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPListener::test_accept_after_close[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPListener::test_accept_after_close[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPListener::test_accept_after_close[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPListener::test_socket_options[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPListener::test_socket_options[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPListener::test_socket_options[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPListener::test_socket_options[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPListener::test_reuse_port[asyncio-ipv4] SKIPPED tests/test_sockets.py::TestTCPListener::test_reuse_port[asyncio-ipv6] SKIPPED tests/test_sockets.py::TestTCPListener::test_reuse_port[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPListener::test_reuse_port[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPListener::test_close_from_other_task[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPListener::test_close_from_other_task[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPListener::test_close_from_other_task[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPListener::test_close_from_other_task[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPListener::test_send_after_eof[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPListener::test_send_after_eof[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPListener::test_send_after_eof[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPListener::test_send_after_eof[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPListener::test_eof_after_send[asyncio-ipv4] PASSED tests/test_sockets.py::TestTCPListener::test_eof_after_send[asyncio-ipv6] PASSED tests/test_sockets.py::TestTCPListener::test_eof_after_send[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestTCPListener::test_eof_after_send[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestTCPListener::test_bind_link_local[asyncio] PASSED tests/test_sockets.py::TestTCPListener::test_bind_link_local[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestTCPListener::test_from_socket[asyncio-ipv4-sock] PASSED tests/test_sockets.py::TestTCPListener::test_from_socket[asyncio-ipv4-fileno] PASSED tests/test_sockets.py::TestTCPListener::test_from_socket[asyncio-ipv6-sock] PASSED tests/test_sockets.py::TestTCPListener::test_from_socket[asyncio-ipv6-fileno] PASSED tests/test_sockets.py::TestTCPListener::test_from_socket[asyncio+uvloop-ipv4-sock] SKIPPED tests/test_sockets.py::TestTCPListener::test_from_socket[asyncio+uvloop-ipv4-fileno] SKIPPED tests/test_sockets.py::TestTCPListener::test_from_socket[asyncio+uvloop-ipv6-sock] SKIPPED tests/test_sockets.py::TestTCPListener::test_from_socket[asyncio+uvloop-ipv6-fileno] SKIPPED tests/test_sockets.py::TestTCPListener::test_from_socket_not_bound[asyncio-ipv4-sock] PASSED tests/test_sockets.py::TestTCPListener::test_from_socket_not_bound[asyncio-ipv4-fileno] PASSED tests/test_sockets.py::TestTCPListener::test_from_socket_not_bound[asyncio-ipv6-sock] PASSED tests/test_sockets.py::TestTCPListener::test_from_socket_not_bound[asyncio-ipv6-fileno] PASSED tests/test_sockets.py::TestTCPListener::test_from_socket_not_bound[asyncio+uvloop-ipv4-sock] SKIPPED tests/test_sockets.py::TestTCPListener::test_from_socket_not_bound[asyncio+uvloop-ipv4-fileno] SKIPPED tests/test_sockets.py::TestTCPListener::test_from_socket_not_bound[asyncio+uvloop-ipv6-sock] SKIPPED tests/test_sockets.py::TestTCPListener::test_from_socket_not_bound[asyncio+uvloop-ipv6-fileno] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio-localhost-AddressFamily.AF_UNSPEC-2-0] PASSED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio-localhost-AddressFamily.AF_INET-1-0] PASSED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio-::-AddressFamily.AF_UNSPEC-1-0] PASSED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio-127.0.0.1-AddressFamily.AF_INET-1-0] PASSED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio-::1-AddressFamily.AF_INET6-1-0] PASSED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio-None-AddressFamily.AF_UNSPEC-1-54321] PASSED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio-localhost-AddressFamily.AF_UNSPEC-2-54321] PASSED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio-localhost-AddressFamily.AF_INET-1-54321] PASSED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio+uvloop-localhost-AddressFamily.AF_UNSPEC-2-0] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio+uvloop-localhost-AddressFamily.AF_INET-1-0] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio+uvloop-::-AddressFamily.AF_UNSPEC-1-0] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio+uvloop-127.0.0.1-AddressFamily.AF_INET-1-0] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio+uvloop-::1-AddressFamily.AF_INET6-1-0] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio+uvloop-None-AddressFamily.AF_UNSPEC-1-54321] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio+uvloop-localhost-AddressFamily.AF_UNSPEC-2-54321] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_same_port[asyncio+uvloop-localhost-AddressFamily.AF_INET-1-54321] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_dualstack_disabled[asyncio] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_dualstack_disabled[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_retry_after_partial_failure[asyncio] PASSED tests/test_sockets.py::TestTCPListener::test_tcp_listener_retry_after_partial_failure[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_total_bind_failure[asyncio] SKIPPED tests/test_sockets.py::TestTCPListener::test_tcp_listener_total_bind_failure[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestUNIXStream::test_extra_attributes[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_extra_attributes[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_extra_attributes[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_extra_attributes[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio-str-path] PASSED tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio-str-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio-path-path] PASSED tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio-path-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio+uvloop-str-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio+uvloop-str-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio+uvloop-path-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio+uvloop-path-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_large_buffer[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_receive_large_buffer[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_large_buffer[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_large_buffer[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_large_buffer[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_send_large_buffer[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_large_buffer[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_large_buffer[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_fds[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_receive_fds[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_fds[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_fds[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_fds_bad_args[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_receive_fds_bad_args[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_fds_bad_args[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_fds_bad_args[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_fds[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_send_fds[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_fds[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_fds[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_eof[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_send_eof[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_eof[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_eof[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_iterate[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_iterate[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_iterate[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_iterate[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_fds_bad_args[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_send_fds_bad_args[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_fds_bad_args[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_fds_bad_args[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_concurrent_send[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_concurrent_send[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_concurrent_send[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_concurrent_send[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_concurrent_receive[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_concurrent_receive[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_concurrent_receive[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_concurrent_receive[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_close_during_receive[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_close_during_receive[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_close_during_receive[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_close_during_receive[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_after_close[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_receive_after_close[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_after_close[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_receive_after_close[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_after_close[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_send_after_close[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_after_close[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_send_after_close[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_cannot_connect[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_cannot_connect[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_cannot_connect[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_cannot_connect[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_connecting_using_bytes[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_connecting_using_bytes[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_connecting_using_bytes[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_connecting_using_bytes[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_connecting_with_non_utf8[asyncio-path] PASSED tests/test_sockets.py::TestUNIXStream::test_connecting_with_non_utf8[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_connecting_with_non_utf8[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXStream::test_connecting_with_non_utf8[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket[asyncio-path-sock] PASSED tests/test_sockets.py::TestUNIXStream::test_from_socket[asyncio-path-fileno] PASSED tests/test_sockets.py::TestUNIXStream::test_from_socket[asyncio-abstract-sock] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket[asyncio-abstract-fileno] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket[asyncio+uvloop-path-sock] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket[asyncio+uvloop-path-fileno] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket[asyncio+uvloop-abstract-sock] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket[asyncio+uvloop-abstract-fileno] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket_wrong_socket_type[asyncio-sock] PASSED tests/test_sockets.py::TestUNIXStream::test_from_socket_wrong_socket_type[asyncio-fileno] PASSED tests/test_sockets.py::TestUNIXStream::test_from_socket_wrong_socket_type[asyncio+uvloop-sock] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket_wrong_socket_type[asyncio+uvloop-fileno] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket_wrong_address_family[asyncio-sock] PASSED tests/test_sockets.py::TestUNIXStream::test_from_socket_wrong_address_family[asyncio-fileno] PASSED tests/test_sockets.py::TestUNIXStream::test_from_socket_wrong_address_family[asyncio+uvloop-sock] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket_wrong_address_family[asyncio+uvloop-fileno] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket_not_connected[asyncio-sock] PASSED tests/test_sockets.py::TestUNIXStream::test_from_socket_not_connected[asyncio-fileno] PASSED tests/test_sockets.py::TestUNIXStream::test_from_socket_not_connected[asyncio+uvloop-sock] SKIPPED tests/test_sockets.py::TestUNIXStream::test_from_socket_not_connected[asyncio+uvloop-fileno] SKIPPED tests/test_sockets.py::TestUNIXListener::test_extra_attributes[asyncio-path] PASSED tests/test_sockets.py::TestUNIXListener::test_extra_attributes[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_extra_attributes[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXListener::test_extra_attributes[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_accept[asyncio-str-path] PASSED tests/test_sockets.py::TestUNIXListener::test_accept[asyncio-str-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_accept[asyncio-path-path] PASSED tests/test_sockets.py::TestUNIXListener::test_accept[asyncio-path-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_accept[asyncio+uvloop-str-path] SKIPPED tests/test_sockets.py::TestUNIXListener::test_accept[asyncio+uvloop-str-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_accept[asyncio+uvloop-path-path] SKIPPED tests/test_sockets.py::TestUNIXListener::test_accept[asyncio+uvloop-path-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_socket_options[asyncio-path] PASSED tests/test_sockets.py::TestUNIXListener::test_socket_options[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_socket_options[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXListener::test_socket_options[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_send_after_eof[asyncio-path] PASSED tests/test_sockets.py::TestUNIXListener::test_send_after_eof[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_send_after_eof[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXListener::test_send_after_eof[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_bind_twice[asyncio-path] PASSED tests/test_sockets.py::TestUNIXListener::test_bind_twice[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_bind_twice[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXListener::test_bind_twice[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_listening_bytes_path[asyncio-path] PASSED tests/test_sockets.py::TestUNIXListener::test_listening_bytes_path[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_listening_bytes_path[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXListener::test_listening_bytes_path[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_listening_invalid_ascii[asyncio-path] PASSED tests/test_sockets.py::TestUNIXListener::test_listening_invalid_ascii[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_listening_invalid_ascii[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXListener::test_listening_invalid_ascii[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXListener::test_from_socket[asyncio-sock] PASSED tests/test_sockets.py::TestUNIXListener::test_from_socket[asyncio-fileno] PASSED tests/test_sockets.py::TestUNIXListener::test_from_socket[asyncio+uvloop-sock] SKIPPED tests/test_sockets.py::TestUNIXListener::test_from_socket[asyncio+uvloop-fileno] SKIPPED tests/test_sockets.py::test_multi_listener[asyncio] PASSED tests/test_sockets.py::test_multi_listener[asyncio+uvloop] SKIPPED (...) tests/test_sockets.py::TestUDPSocket::test_extra_attributes[asyncio-ipv4] PASSED tests/test_sockets.py::TestUDPSocket::test_extra_attributes[asyncio-ipv6] PASSED tests/test_sockets.py::TestUDPSocket::test_extra_attributes[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_extra_attributes[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestUDPSocket::test_send_receive[asyncio-ipv4] PASSED tests/test_sockets.py::TestUDPSocket::test_send_receive[asyncio-ipv6] PASSED tests/test_sockets.py::TestUDPSocket::test_send_receive[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_send_receive[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestUDPSocket::test_iterate[asyncio-ipv4] PASSED tests/test_sockets.py::TestUDPSocket::test_iterate[asyncio-ipv6] PASSED tests/test_sockets.py::TestUDPSocket::test_iterate[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_iterate[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestUDPSocket::test_reuse_port[asyncio-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_reuse_port[asyncio-ipv6] SKIPPED tests/test_sockets.py::TestUDPSocket::test_reuse_port[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_reuse_port[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestUDPSocket::test_concurrent_receive[asyncio-ipv4] PASSED tests/test_sockets.py::TestUDPSocket::test_concurrent_receive[asyncio-ipv6] PASSED tests/test_sockets.py::TestUDPSocket::test_concurrent_receive[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_concurrent_receive[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestUDPSocket::test_close_during_receive[asyncio-ipv4] PASSED tests/test_sockets.py::TestUDPSocket::test_close_during_receive[asyncio-ipv6] PASSED tests/test_sockets.py::TestUDPSocket::test_close_during_receive[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_close_during_receive[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestUDPSocket::test_receive_after_close[asyncio-ipv4] PASSED tests/test_sockets.py::TestUDPSocket::test_receive_after_close[asyncio-ipv6] PASSED tests/test_sockets.py::TestUDPSocket::test_receive_after_close[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_receive_after_close[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestUDPSocket::test_send_after_close[asyncio-ipv4] PASSED tests/test_sockets.py::TestUDPSocket::test_send_after_close[asyncio-ipv6] PASSED tests/test_sockets.py::TestUDPSocket::test_send_after_close[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_send_after_close[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestUDPSocket::test_create_unbound_socket[asyncio-ipv4] PASSED tests/test_sockets.py::TestUDPSocket::test_create_unbound_socket[asyncio-ipv6] PASSED tests/test_sockets.py::TestUDPSocket::test_create_unbound_socket[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_create_unbound_socket[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestUDPSocket::test_from_socket[asyncio-ipv4-sock] PASSED tests/test_sockets.py::TestUDPSocket::test_from_socket[asyncio-ipv4-fileno] PASSED tests/test_sockets.py::TestUDPSocket::test_from_socket[asyncio-ipv6-sock] PASSED tests/test_sockets.py::TestUDPSocket::test_from_socket[asyncio-ipv6-fileno] PASSED tests/test_sockets.py::TestUDPSocket::test_from_socket[asyncio+uvloop-ipv4-sock] SKIPPED tests/test_sockets.py::TestUDPSocket::test_from_socket[asyncio+uvloop-ipv4-fileno] SKIPPED tests/test_sockets.py::TestUDPSocket::test_from_socket[asyncio+uvloop-ipv6-sock] SKIPPED tests/test_sockets.py::TestUDPSocket::test_from_socket[asyncio+uvloop-ipv6-fileno] SKIPPED tests/test_sockets.py::TestUDPSocket::test_from_socket_wrong_socket_type[asyncio-sock-ipv4] PASSED tests/test_sockets.py::TestUDPSocket::test_from_socket_wrong_socket_type[asyncio-sock-ipv6] PASSED tests/test_sockets.py::TestUDPSocket::test_from_socket_wrong_socket_type[asyncio-fileno-ipv4] PASSED tests/test_sockets.py::TestUDPSocket::test_from_socket_wrong_socket_type[asyncio-fileno-ipv6] PASSED tests/test_sockets.py::TestUDPSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-sock-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-sock-ipv6] SKIPPED tests/test_sockets.py::TestUDPSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-fileno-ipv4] SKIPPED tests/test_sockets.py::TestUDPSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-fileno-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_extra_attributes[asyncio-ipv4] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_extra_attributes[asyncio-ipv6] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_extra_attributes[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_extra_attributes[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_send_receive[asyncio-ipv4] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_send_receive[asyncio-ipv6] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_send_receive[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_send_receive[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_iterate[asyncio-ipv4] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_iterate[asyncio-ipv6] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_iterate[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_iterate[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_reuse_port[asyncio-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_reuse_port[asyncio-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_reuse_port[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_reuse_port[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_concurrent_receive[asyncio-ipv4] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_concurrent_receive[asyncio-ipv6] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_concurrent_receive[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_concurrent_receive[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_close_during_receive[asyncio-ipv4] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_close_during_receive[asyncio-ipv6] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_close_during_receive[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_close_during_receive[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_receive_after_close[asyncio-ipv4] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_receive_after_close[asyncio-ipv6] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_receive_after_close[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_receive_after_close[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_send_after_close[asyncio-ipv4] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_send_after_close[asyncio-ipv6] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_send_after_close[asyncio+uvloop-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_send_after_close[asyncio+uvloop-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket[asyncio-ipv4-sock] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket[asyncio-ipv4-fileno] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket[asyncio-ipv6-sock] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket[asyncio-ipv6-fileno] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket[asyncio+uvloop-ipv4-sock] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket[asyncio+uvloop-ipv4-fileno] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket[asyncio+uvloop-ipv6-sock] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket[asyncio+uvloop-ipv6-fileno] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_wrong_socket_type[asyncio-sock-ipv4] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_wrong_socket_type[asyncio-sock-ipv6] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_wrong_socket_type[asyncio-fileno-ipv4] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_wrong_socket_type[asyncio-fileno-ipv6] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-sock-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-sock-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-fileno-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-fileno-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_not_connected[asyncio-sock-ipv4] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_not_connected[asyncio-sock-ipv6] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_not_connected[asyncio-fileno-ipv4] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_not_connected[asyncio-fileno-ipv6] PASSED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_not_connected[asyncio+uvloop-sock-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_not_connected[asyncio+uvloop-sock-ipv6] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_not_connected[asyncio+uvloop-fileno-ipv4] SKIPPED tests/test_sockets.py::TestConnectedUDPSocket::test_from_socket_not_connected[asyncio+uvloop-fileno-ipv6] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_extra_attributes[asyncio-path] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_extra_attributes[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_extra_attributes[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_extra_attributes[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_receive[asyncio-str-path] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_receive[asyncio-str-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_receive[asyncio-path-path] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_receive[asyncio-path-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_receive[asyncio+uvloop-str-path] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_receive[asyncio+uvloop-str-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_receive[asyncio+uvloop-path-path] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_receive[asyncio+uvloop-path-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_iterate[asyncio-path] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_iterate[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_iterate[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_iterate[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_concurrent_receive[asyncio] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_concurrent_receive[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_close_during_receive[asyncio] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_close_during_receive[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_receive_after_close[asyncio] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_receive_after_close[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_after_close[asyncio-path] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_after_close[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_after_close[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_send_after_close[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_local_path_bytes[asyncio-path] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_local_path_bytes[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_local_path_bytes[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_local_path_bytes[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_local_path_invalid_ascii[asyncio-path] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_local_path_invalid_ascii[asyncio-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_local_path_invalid_ascii[asyncio+uvloop-path] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_local_path_invalid_ascii[asyncio+uvloop-abstract] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_from_socket[asyncio-sock] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_from_socket[asyncio-fileno] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_from_socket[asyncio+uvloop-sock] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_from_socket[asyncio+uvloop-fileno] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio-sock] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio-fileno] PASSED tests/test_sockets.py::TestUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-sock] SKIPPED tests/test_sockets.py::TestUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-fileno] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_extra_attributes[asyncio-path-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_extra_attributes[asyncio-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_extra_attributes[asyncio-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_extra_attributes[asyncio-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_extra_attributes[asyncio+uvloop-path-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_extra_attributes[asyncio+uvloop-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_extra_attributes[asyncio+uvloop-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_extra_attributes[asyncio+uvloop-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-str-peer_str-path-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-str-peer_str-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-str-peer_str-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-str-peer_str-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-str-peer_path-path-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-str-peer_path-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-str-peer_path-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-str-peer_path-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-path-peer_str-path-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-path-peer_str-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-path-peer_str-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-path-peer_str-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-path-peer_path-path-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-path-peer_path-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-path-peer_path-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio-path-peer_path-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-str-peer_str-path-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-str-peer_str-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-str-peer_str-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-str-peer_str-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-str-peer_path-path-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-str-peer_path-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-str-peer_path-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-str-peer_path-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-path-peer_str-path-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-path-peer_str-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-path-peer_str-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-path-peer_str-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-path-peer_path-path-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-path-peer_path-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-path-peer_path-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_receive[asyncio+uvloop-path-peer_path-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_iterate[asyncio-path-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_iterate[asyncio-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_iterate[asyncio-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_iterate[asyncio-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_iterate[asyncio+uvloop-path-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_iterate[asyncio+uvloop-path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_iterate[asyncio+uvloop-abstract-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_iterate[asyncio+uvloop-abstract-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_concurrent_receive[asyncio-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_concurrent_receive[asyncio-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_concurrent_receive[asyncio+uvloop-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_concurrent_receive[asyncio+uvloop-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_close_during_receive[asyncio-peer_str-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_close_during_receive[asyncio-peer_str-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_close_during_receive[asyncio-peer_path-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_close_during_receive[asyncio-peer_path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_close_during_receive[asyncio+uvloop-peer_str-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_close_during_receive[asyncio+uvloop-peer_str-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_close_during_receive[asyncio+uvloop-peer_path-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_close_during_receive[asyncio+uvloop-peer_path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_receive_after_close[asyncio-peer_str-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_receive_after_close[asyncio-peer_str-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_receive_after_close[asyncio-peer_path-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_receive_after_close[asyncio-peer_path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_receive_after_close[asyncio+uvloop-peer_str-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_receive_after_close[asyncio+uvloop-peer_str-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_receive_after_close[asyncio+uvloop-peer_path-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_receive_after_close[asyncio+uvloop-peer_path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_after_close[asyncio-peer_str-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_after_close[asyncio-peer_str-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_after_close[asyncio-peer_path-path-peer] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_after_close[asyncio-peer_path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_after_close[asyncio+uvloop-peer_str-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_after_close[asyncio+uvloop-peer_str-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_after_close[asyncio+uvloop-peer_path-path-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_send_after_close[asyncio+uvloop-peer_path-abstract-peer] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket[asyncio-sock] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket[asyncio-fileno] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket[asyncio+uvloop-sock] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket[asyncio+uvloop-fileno] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio-path-sock] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio-path-fileno] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio-abstract-sock] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio-abstract-fileno] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-path-sock] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-path-fileno] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-abstract-sock] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_wrong_socket_type[asyncio+uvloop-abstract-fileno] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_not_connected[asyncio-sock] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_not_connected[asyncio-fileno] PASSED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_not_connected[asyncio+uvloop-sock] SKIPPED tests/test_sockets.py::TestConnectedUNIXDatagramSocket::test_from_socket_not_connected[asyncio+uvloop-fileno] SKIPPED tests/test_sockets.py::test_tcp_connectable[asyncio] PASSED tests/test_sockets.py::test_tcp_connectable[asyncio+uvloop] SKIPPED tests/test_sockets.py::test_unix_connectable[asyncio] PASSED tests/test_sockets.py::test_unix_connectable[asyncio+uvloop] SKIPPED tests/test_sockets.py::TestAsConnectable::test_pass_connectable PASSED tests/test_sockets.py::TestAsConnectable::test_tcp[string] PASSED tests/test_sockets.py::TestAsConnectable::test_tcp[ipv4addr] PASSED tests/test_sockets.py::TestAsConnectable::test_tcp[ipv6addr] PASSED tests/test_sockets.py::TestAsConnectable::test_unix[str] PASSED tests/test_sockets.py::TestAsConnectable::test_unix[bytes] PASSED tests/test_sockets.py::TestAsConnectable::test_unix[strpath] PASSED tests/test_sockets.py::TestAsConnectable::test_bad_type PASSED tests/test_sockets.py::TestAsConnectable::test_tls_true PASSED tests/test_sockets.py::TestAsConnectable::test_tls_explicit_context PASSED tests/test_sockets.py::TestAsConnectable::test_tls_tcp_implicit_hostname PASSED tests/test_sockets.py::test_getaddrinfo[asyncio] PASSED tests/test_sockets.py::test_getaddrinfo[asyncio+uvloop] SKIPPED (uvl...) tests/test_sockets.py::test_getaddrinfo_ipv6addr[asyncio-SocketKind.SOCK_STREAM0] PASSED tests/test_sockets.py::test_getaddrinfo_ipv6addr[asyncio-SocketKind.SOCK_STREAM1] PASSED tests/test_sockets.py::test_getaddrinfo_ipv6addr[asyncio+uvloop-SocketKind.SOCK_STREAM0] SKIPPED tests/test_sockets.py::test_getaddrinfo_ipv6addr[asyncio+uvloop-SocketKind.SOCK_STREAM1] SKIPPED tests/test_sockets.py::test_getaddrinfo_ipv6_disabled[asyncio] PASSED tests/test_sockets.py::test_getaddrinfo_ipv6_disabled[asyncio+uvloop] SKIPPED tests/test_sockets.py::test_getnameinfo[asyncio] PASSED tests/test_sockets.py::test_getnameinfo[asyncio+uvloop] SKIPPED (uvl...) tests/test_sockets.py::test_connect_tcp_getaddrinfo_context[asyncio] PASSED tests/test_sockets.py::test_connect_tcp_getaddrinfo_context[asyncio+uvloop] SKIPPED tests/test_sockets.py::test_wait_socket[asyncio-readable-socket] PASSED tests/test_sockets.py::test_wait_socket[asyncio-readable-fd] PASSED tests/test_sockets.py::test_wait_socket[asyncio-writable-socket] PASSED tests/test_sockets.py::test_wait_socket[asyncio-writable-fd] PASSED tests/test_sockets.py::test_wait_socket[asyncio+uvloop-readable-socket] SKIPPED tests/test_sockets.py::test_wait_socket[asyncio+uvloop-readable-fd] SKIPPED tests/test_sockets.py::test_wait_socket[asyncio+uvloop-writable-socket] SKIPPED tests/test_sockets.py::test_wait_socket[asyncio+uvloop-writable-fd] SKIPPED tests/test_sockets.py::test_deprecated_wait_socket[asyncio] PASSED tests/test_sockets.py::test_deprecated_wait_socket[asyncio+uvloop] SKIPPED tests/test_sockets.py::test_interrupted_by_close[asyncio-socket] PASSED tests/test_sockets.py::test_interrupted_by_close[asyncio-fd] PASSED tests/test_sockets.py::test_interrupted_by_close[asyncio+uvloop-socket] SKIPPED tests/test_sockets.py::test_interrupted_by_close[asyncio+uvloop-fd] SKIPPED tests/test_subprocesses.py::test_run_process[asyncio-shell] PASSED tests/test_subprocesses.py::test_run_process[asyncio-exec] PASSED tests/test_subprocesses.py::test_run_process[asyncio+uvloop-shell] SKIPPED tests/test_subprocesses.py::test_run_process[asyncio+uvloop-exec] SKIPPED tests/test_subprocesses.py::test_run_process_checked[asyncio] PASSED tests/test_subprocesses.py::test_run_process_checked[asyncio+uvloop] SKIPPED tests/test_subprocesses.py::test_terminate[asyncio] PASSED tests/test_subprocesses.py::test_terminate[asyncio+uvloop] SKIPPED (...) tests/test_subprocesses.py::test_process_cwd[asyncio] PASSED tests/test_subprocesses.py::test_process_cwd[asyncio+uvloop] SKIPPED tests/test_subprocesses.py::test_process_env[asyncio] PASSED tests/test_subprocesses.py::test_process_env[asyncio+uvloop] SKIPPED tests/test_subprocesses.py::test_process_new_session_sid[asyncio] PASSED tests/test_subprocesses.py::test_process_new_session_sid[asyncio+uvloop] SKIPPED tests/test_subprocesses.py::test_open_process_connect_to_file[asyncio] PASSED tests/test_subprocesses.py::test_open_process_connect_to_file[asyncio+uvloop] SKIPPED tests/test_subprocesses.py::test_run_process_connect_to_file[asyncio] PASSED tests/test_subprocesses.py::test_run_process_connect_to_file[asyncio+uvloop] SKIPPED tests/test_subprocesses.py::test_stdin_input_both_passed[asyncio] PASSED tests/test_subprocesses.py::test_stdin_input_both_passed[asyncio+uvloop] SKIPPED tests/test_subprocesses.py::test_run_process_inherit_stdout[asyncio] PASSED tests/test_subprocesses.py::test_run_process_inherit_stdout[asyncio+uvloop] SKIPPED tests/test_subprocesses.py::test_process_aexit_cancellation_doesnt_orphan_process[asyncio] PASSED tests/test_subprocesses.py::test_process_aexit_cancellation_doesnt_orphan_process[asyncio+uvloop] SKIPPED tests/test_subprocesses.py::test_process_aexit_cancellation_closes_standard_streams[asyncio] XFAIL tests/test_subprocesses.py::test_process_aexit_cancellation_closes_standard_streams[asyncio+uvloop] SKIPPED tests/test_subprocesses.py::test_py$(PYV)_arguments[asyncio-user0] PASSED tests/test_subprocesses.py::test_py$(PYV)_arguments[asyncio-user1] PASSED tests/test_subprocesses.py::test_py$(PYV)_arguments[asyncio-extra_groups] PASSED tests/test_subprocesses.py::test_py$(PYV)_arguments[asyncio-umask] PASSED tests/test_subprocesses.py::test_py$(PYV)_arguments[asyncio+uvloop-user0] SKIPPED tests/test_subprocesses.py::test_py$(PYV)_arguments[asyncio+uvloop-user1] SKIPPED tests/test_subprocesses.py::test_py$(PYV)_arguments[asyncio+uvloop-extra_groups] SKIPPED tests/test_subprocesses.py::test_py$(PYV)_arguments[asyncio+uvloop-umask] SKIPPED tests/test_subprocesses.py::test_close_early[asyncio] PASSED tests/test_subprocesses.py::test_close_early[asyncio+uvloop] SKIPPED tests/test_subprocesses.py::test_close_while_reading[asyncio] PASSED tests/test_subprocesses.py::test_close_while_reading[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestLock::test_contextmanager[asyncio] PASSED tests/test_synchronization.py::TestLock::test_contextmanager[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestLock::test_manual_acquire[asyncio] PASSED tests/test_synchronization.py::TestLock::test_manual_acquire[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestLock::test_fast_acquire[asyncio] PASSED tests/test_synchronization.py::TestLock::test_fast_acquire[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestLock::test_acquire_nowait[asyncio] PASSED tests/test_synchronization.py::TestLock::test_acquire_nowait[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestLock::test_acquire_nowait_wouldblock[asyncio] PASSED tests/test_synchronization.py::TestLock::test_acquire_nowait_wouldblock[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestLock::test_acquire_twice_async[asyncio-True] PASSED tests/test_synchronization.py::TestLock::test_acquire_twice_async[asyncio-False] PASSED tests/test_synchronization.py::TestLock::test_acquire_twice_async[asyncio+uvloop-True] SKIPPED tests/test_synchronization.py::TestLock::test_acquire_twice_async[asyncio+uvloop-False] SKIPPED tests/test_synchronization.py::TestLock::test_acquire_twice_sync[asyncio] PASSED tests/test_synchronization.py::TestLock::test_acquire_twice_sync[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestLock::test_cancel_during_acquire[asyncio-releaselast] PASSED tests/test_synchronization.py::TestLock::test_cancel_during_acquire[asyncio-releasefirst] PASSED tests/test_synchronization.py::TestLock::test_cancel_during_acquire[asyncio+uvloop-releaselast] SKIPPED tests/test_synchronization.py::TestLock::test_cancel_during_acquire[asyncio+uvloop-releasefirst] SKIPPED tests/test_synchronization.py::TestLock::test_statistics[asyncio] PASSED tests/test_synchronization.py::TestLock::test_statistics[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestLock::test_asyncio_deadlock[asyncio] PASSED tests/test_synchronization.py::TestLock::test_asyncio_deadlock[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestLock::test_cancel_after_release[asyncio] PASSED tests/test_synchronization.py::TestLock::test_cancel_after_release[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestLock::test_instantiate_outside_event_loop[asyncio] PASSED tests/test_synchronization.py::TestLock::test_instantiate_outside_event_loop[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestLock::test_owner_after_release[asyncio] PASSED tests/test_synchronization.py::TestLock::test_owner_after_release[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestEvent::test_event[asyncio] PASSED tests/test_synchronization.py::TestEvent::test_event[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestEvent::test_event_cancel[asyncio] PASSED tests/test_synchronization.py::TestEvent::test_event_cancel[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestEvent::test_event_wait_before_set_before_cancel[asyncio] PASSED tests/test_synchronization.py::TestEvent::test_event_wait_before_set_before_cancel[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestEvent::test_statistics[asyncio] PASSED tests/test_synchronization.py::TestEvent::test_statistics[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestEvent::test_instantiate_outside_event_loop[asyncio] PASSED tests/test_synchronization.py::TestEvent::test_instantiate_outside_event_loop[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCondition::test_contextmanager[asyncio] PASSED tests/test_synchronization.py::TestCondition::test_contextmanager[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCondition::test_manual_acquire[asyncio] PASSED tests/test_synchronization.py::TestCondition::test_manual_acquire[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCondition::test_acquire_nowait[asyncio] PASSED tests/test_synchronization.py::TestCondition::test_acquire_nowait[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCondition::test_acquire_nowait_wouldblock[asyncio] PASSED tests/test_synchronization.py::TestCondition::test_acquire_nowait_wouldblock[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCondition::test_wait_cancel[asyncio] PASSED tests/test_synchronization.py::TestCondition::test_wait_cancel[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCondition::test_wait_no_lock[asyncio] PASSED tests/test_synchronization.py::TestCondition::test_wait_no_lock[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCondition::test_statistics[asyncio] PASSED tests/test_synchronization.py::TestCondition::test_statistics[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCondition::test_instantiate_outside_event_loop[asyncio] PASSED tests/test_synchronization.py::TestCondition::test_instantiate_outside_event_loop[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCondition::test_wait_for[asyncio] PASSED tests/test_synchronization.py::TestCondition::test_wait_for[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestSemaphore::test_contextmanager[asyncio] PASSED tests/test_synchronization.py::TestSemaphore::test_contextmanager[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestSemaphore::test_manual_acquire[asyncio] PASSED tests/test_synchronization.py::TestSemaphore::test_manual_acquire[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestSemaphore::test_fast_acquire[asyncio] PASSED tests/test_synchronization.py::TestSemaphore::test_fast_acquire[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestSemaphore::test_acquire_nowait[asyncio] PASSED tests/test_synchronization.py::TestSemaphore::test_acquire_nowait[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestSemaphore::test_cancel_during_acquire[asyncio-releaselast] PASSED tests/test_synchronization.py::TestSemaphore::test_cancel_during_acquire[asyncio-releasefirst] PASSED tests/test_synchronization.py::TestSemaphore::test_cancel_during_acquire[asyncio+uvloop-releaselast] SKIPPED tests/test_synchronization.py::TestSemaphore::test_cancel_during_acquire[asyncio+uvloop-releasefirst] SKIPPED tests/test_synchronization.py::TestSemaphore::test_max_value[asyncio-2] PASSED tests/test_synchronization.py::TestSemaphore::test_max_value[asyncio-None] PASSED tests/test_synchronization.py::TestSemaphore::test_max_value[asyncio+uvloop-2] SKIPPED tests/test_synchronization.py::TestSemaphore::test_max_value[asyncio+uvloop-None] SKIPPED tests/test_synchronization.py::TestSemaphore::test_max_value_exceeded[asyncio] PASSED tests/test_synchronization.py::TestSemaphore::test_max_value_exceeded[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestSemaphore::test_statistics[asyncio] PASSED tests/test_synchronization.py::TestSemaphore::test_statistics[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestSemaphore::test_acquire_race[asyncio] PASSED tests/test_synchronization.py::TestSemaphore::test_acquire_race[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestSemaphore::test_asyncio_deadlock[asyncio] PASSED tests/test_synchronization.py::TestSemaphore::test_asyncio_deadlock[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestSemaphore::test_cancel_after_release[asyncio] PASSED tests/test_synchronization.py::TestSemaphore::test_cancel_after_release[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestSemaphore::test_instantiate_outside_event_loop[asyncio] PASSED tests/test_synchronization.py::TestSemaphore::test_instantiate_outside_event_loop[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_bad_init_type[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_bad_init_type[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_bad_init_value[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_bad_init_value[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_borrow[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_borrow[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_limit[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_limit[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_borrow_twice[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_borrow_twice[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_bad_release[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_bad_release[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_increase_tokens[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_increase_tokens[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_current_default_thread_limiter[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_current_default_thread_limiter[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_statistics[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_statistics[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_asyncio_deadlock[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_asyncio_deadlock[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_ordered_queue[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_ordered_queue[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_increase_tokens_lets_others_acquire[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_increase_tokens_lets_others_acquire[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_instantiate_outside_event_loop[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_instantiate_outside_event_loop[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_total_tokens_as_kwarg[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_total_tokens_as_kwarg[asyncio+uvloop] SKIPPED tests/test_synchronization.py::TestCapacityLimiter::test_acquire_cancelled[asyncio] PASSED tests/test_synchronization.py::TestCapacityLimiter::test_acquire_cancelled[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_already_closed[asyncio] PASSED tests/test_taskgroups.py::test_already_closed[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_success[asyncio] PASSED tests/test_taskgroups.py::test_success[asyncio+uvloop] SKIPPED (uvlo...) tests/test_taskgroups.py::test_run_natively[asyncio] PASSED tests/test_taskgroups.py::test_start_soon_while_running[asyncio] PASSED tests/test_taskgroups.py::test_start_soon_while_running[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_soon_after_error[asyncio] PASSED tests/test_taskgroups.py::test_start_soon_after_error[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_no_value[asyncio] PASSED tests/test_taskgroups.py::test_start_no_value[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_called_twice[asyncio] PASSED tests/test_taskgroups.py::test_start_called_twice[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_no_called_started_twice[asyncio] PASSED tests/test_taskgroups.py::test_no_called_started_twice[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_with_value[asyncio] PASSED tests/test_taskgroups.py::test_start_with_value[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_crash_before_started_call[asyncio] PASSED tests/test_taskgroups.py::test_start_crash_before_started_call[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_crash_after_started_call[asyncio] PASSED tests/test_taskgroups.py::test_start_crash_after_started_call[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_no_started_call[asyncio] PASSED tests/test_taskgroups.py::test_start_no_started_call[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_cancelled[asyncio] PASSED tests/test_taskgroups.py::test_start_cancelled[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_native_host_cancelled[asyncio] PASSED tests/test_taskgroups.py::test_start_native_host_cancelled[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_native_child_cancelled[asyncio] PASSED tests/test_taskgroups.py::test_start_native_child_cancelled[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_propagate_native_cancellation_from_taskgroup[asyncio] PASSED tests/test_taskgroups.py::test_propagate_native_cancellation_from_taskgroup[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_with_nested_task_groups[asyncio] PASSED tests/test_taskgroups.py::test_cancel_with_nested_task_groups[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_exception_delivery[asyncio] PASSED tests/test_taskgroups.py::test_start_exception_delivery[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_cancel_after_error[asyncio] PASSED tests/test_taskgroups.py::test_start_cancel_after_error[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_host_exception[asyncio] PASSED tests/test_taskgroups.py::test_host_exception[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_level_cancellation[asyncio] PASSED tests/test_taskgroups.py::test_level_cancellation[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_failing_child_task_cancels_host[asyncio] PASSED tests/test_taskgroups.py::test_failing_child_task_cancels_host[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_failing_host_task_cancels_children[asyncio] PASSED tests/test_taskgroups.py::test_failing_host_task_cancels_children[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_scope_in_another_task[asyncio] PASSED tests/test_taskgroups.py::test_cancel_scope_in_another_task[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_propagation[asyncio] PASSED tests/test_taskgroups.py::test_cancel_propagation[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_twice[asyncio] PASSED tests/test_taskgroups.py::test_cancel_twice[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_exiting_task_group[asyncio] PASSED tests/test_taskgroups.py::test_cancel_exiting_task_group[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_before_entering_scope[asyncio] PASSED tests/test_taskgroups.py::test_cancel_before_entering_scope[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_exception_group_children[asyncio] PASSED tests/test_taskgroups.py::test_exception_group_children[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_exception_group_host[asyncio] PASSED tests/test_taskgroups.py::test_exception_group_host[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_escaping_cancelled_exception[asyncio] PASSED tests/test_taskgroups.py::test_escaping_cancelled_exception[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_scope_cleared[asyncio] PASSED tests/test_taskgroups.py::test_cancel_scope_cleared[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_fail_after[asyncio-instant] PASSED tests/test_taskgroups.py::test_fail_after[asyncio-delayed] PASSED tests/test_taskgroups.py::test_fail_after[asyncio+uvloop-instant] SKIPPED tests/test_taskgroups.py::test_fail_after[asyncio+uvloop-delayed] SKIPPED tests/test_taskgroups.py::test_fail_after_no_timeout[asyncio] PASSED tests/test_taskgroups.py::test_fail_after_no_timeout[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_fail_after_after_cancellation[asyncio] PASSED tests/test_taskgroups.py::test_fail_after_after_cancellation[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_fail_after_cancelled_before_deadline[asyncio] PASSED tests/test_taskgroups.py::test_fail_after_cancelled_before_deadline[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_fail_after_scope_cancelled_before_timeout[asyncio] XFAIL tests/test_taskgroups.py::test_fail_after_scope_cancelled_before_timeout[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_move_on_after[asyncio-instant] PASSED tests/test_taskgroups.py::test_move_on_after[asyncio-delayed] PASSED tests/test_taskgroups.py::test_move_on_after[asyncio+uvloop-instant] SKIPPED tests/test_taskgroups.py::test_move_on_after[asyncio+uvloop-delayed] SKIPPED tests/test_taskgroups.py::test_move_on_after_no_timeout[asyncio] PASSED tests/test_taskgroups.py::test_move_on_after_no_timeout[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_nested_move_on_after[asyncio] PASSED tests/test_taskgroups.py::test_nested_move_on_after[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_shielding[asyncio] PASSED tests/test_taskgroups.py::test_shielding[asyncio+uvloop] SKIPPED (uv...) tests/test_taskgroups.py::test_cancel_from_shielded_scope[asyncio] PASSED tests/test_taskgroups.py::test_cancel_from_shielded_scope[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_shielded_scope[asyncio] PASSED tests/test_taskgroups.py::test_cancel_shielded_scope[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_shielded_cleanup_after_cancel[asyncio] PASSED tests/test_taskgroups.py::test_shielded_cleanup_after_cancel[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cleanup_after_native_cancel[asyncio] PASSED tests/test_taskgroups.py::test_cleanup_after_native_cancel[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancelled_not_caught[asyncio] PASSED tests/test_taskgroups.py::test_cancelled_not_caught[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancelled_scope_based_checkpoint[asyncio] PASSED tests/test_taskgroups.py::test_cancelled_scope_based_checkpoint[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancelled_raises_beyond_origin_unshielded[asyncio] PASSED tests/test_taskgroups.py::test_cancelled_raises_beyond_origin_unshielded[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancelled_raises_beyond_origin_shielded[asyncio] PASSED tests/test_taskgroups.py::test_cancelled_raises_beyond_origin_shielded[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_empty_taskgroup_contains_yield_point[asyncio] PASSED tests/test_taskgroups.py::test_empty_taskgroup_contains_yield_point[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_host_asyncgen[asyncio] PASSED tests/test_taskgroups.py::test_cancel_host_asyncgen[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_shielding_immediate_scope_cancelled[asyncio] PASSED tests/test_taskgroups.py::test_shielding_immediate_scope_cancelled[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_shielding_mutate[asyncio] PASSED tests/test_taskgroups.py::test_shielding_mutate[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_scope_in_child_task[asyncio] PASSED tests/test_taskgroups.py::test_cancel_scope_in_child_task[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_exception_cancels_siblings[asyncio] PASSED tests/test_taskgroups.py::test_exception_cancels_siblings[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_cascade[asyncio] PASSED tests/test_taskgroups.py::test_cancel_cascade[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancelled_parent[asyncio] PASSED tests/test_taskgroups.py::test_cancelled_parent[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_shielded_deadline[asyncio] PASSED tests/test_taskgroups.py::test_shielded_deadline[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_deadline_reached_on_start[asyncio] PASSED tests/test_taskgroups.py::test_deadline_reached_on_start[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_deadline_moved[asyncio] PASSED tests/test_taskgroups.py::test_deadline_moved[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_timeout_error_with_multiple_cancellations[asyncio] PASSED tests/test_taskgroups.py::test_timeout_error_with_multiple_cancellations[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_nested_fail_after[asyncio] PASSED tests/test_taskgroups.py::test_nested_fail_after[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_nested_shield[asyncio] PASSED tests/test_taskgroups.py::test_nested_shield[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_triple_nested_shield_checkpoint_in_outer[asyncio] PASSED tests/test_taskgroups.py::test_triple_nested_shield_checkpoint_in_outer[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_triple_nested_shield_checkpoint_in_middle[asyncio] PASSED tests/test_taskgroups.py::test_triple_nested_shield_checkpoint_in_middle[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_exception_group_filtering[asyncio] PASSED tests/test_taskgroups.py::test_exception_group_filtering[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_propagation_with_inner_spawn[asyncio] PASSED tests/test_taskgroups.py::test_cancel_propagation_with_inner_spawn[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_escaping_cancelled_error_from_cancelled_task[asyncio] PASSED tests/test_taskgroups.py::test_escaping_cancelled_error_from_cancelled_task[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_generator_based_task PASSED tests/test_taskgroups.py::test_schedule_old_style_coroutine_func[asyncio] PASSED tests/test_taskgroups.py::test_schedule_old_style_coroutine_func[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_native_future_tasks[asyncio] PASSED tests/test_taskgroups.py::test_cancel_native_future_tasks[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_native_future_tasks_cancel_scope[asyncio] PASSED tests/test_taskgroups.py::test_cancel_native_future_tasks_cancel_scope[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_completed_task[asyncio] PASSED tests/test_taskgroups.py::test_cancel_completed_task[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_task_in_sync_spawn_callback[asyncio] PASSED tests/test_taskgroups.py::test_task_in_sync_spawn_callback[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_shielded_cancel_sleep_time[asyncio] PASSED tests/test_taskgroups.py::test_shielded_cancel_sleep_time[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancelscope_wrong_exit_order[asyncio] PASSED tests/test_taskgroups.py::test_cancelscope_wrong_exit_order[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancelscope_exit_before_enter[asyncio] PASSED tests/test_taskgroups.py::test_cancelscope_exit_before_enter[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancelscope_exit_in_wrong_task[asyncio] PASSED tests/test_taskgroups.py::test_cancelscope_exit_in_wrong_task[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_unhandled_exception_group PASSED tests/test_taskgroups.py::test_single_cancellation_exc[asyncio] PASSED tests/test_taskgroups.py::test_single_cancellation_exc[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_soon_parent_id[asyncio] PASSED tests/test_taskgroups.py::test_start_soon_parent_id[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_parent_id[asyncio] PASSED tests/test_taskgroups.py::test_start_parent_id[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_native_cancel[asyncio] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_native_cancel[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_scope_cancel[asyncio] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_scope_cancel[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_scope_and_native_cancel[asyncio] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_scope_and_native_cancel[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestUncancel::test_cancel_message_replaced[asyncio] SKIPPED tests/test_taskgroups.py::TestUncancel::test_cancel_message_replaced[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestUncancel::test_cancel_counter_nested_scopes[asyncio] SKIPPED tests/test_taskgroups.py::TestUncancel::test_cancel_counter_nested_scopes[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_taskgroup_cancelled[asyncio] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_taskgroup_cancelled[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_group_aexit_native_cancel[asyncio] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_group_aexit_native_cancel[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_child_task_failed[asyncio] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_after_child_task_failed[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_cancelled_scope_based_checkpoint[asyncio] SKIPPED tests/test_taskgroups.py::TestUncancel::test_uncancel_cancelled_scope_based_checkpoint[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_before_entering_task_group[asyncio] PASSED tests/test_taskgroups.py::test_cancel_before_entering_task_group[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_reraise_cancelled_in_excgroup[asyncio] PASSED tests/test_taskgroups.py::test_reraise_cancelled_in_excgroup[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_child_task_when_host_is_shielded[asyncio] PASSED tests/test_taskgroups.py::test_cancel_child_task_when_host_is_shielded[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_start_cancels_parent_scope[asyncio] PASSED tests/test_taskgroups.py::test_start_cancels_parent_scope[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestRefcycles::test_exception_refcycles_direct[asyncio] PASSED tests/test_taskgroups.py::TestRefcycles::test_exception_refcycles_direct[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestRefcycles::test_exception_refcycles_errors[asyncio] PASSED tests/test_taskgroups.py::TestRefcycles::test_exception_refcycles_errors[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestRefcycles::test_exception_refcycles_parent_task[asyncio] PASSED tests/test_taskgroups.py::TestRefcycles::test_exception_refcycles_parent_task[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestRefcycles::test_exception_refcycles_propagate_cancellation_error[asyncio] PASSED tests/test_taskgroups.py::TestRefcycles::test_exception_refcycles_propagate_cancellation_error[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::TestRefcycles::test_exception_refcycles_base_error[asyncio] PASSED tests/test_taskgroups.py::TestRefcycles::test_exception_refcycles_base_error[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_eager_task_factory[False-asyncio] SKIPPED tests/test_taskgroups.py::test_eager_task_factory[True-asyncio] SKIPPED tests/test_taskgroups.py::test_patched_asyncio_task[asyncio] PASSED tests/test_taskgroups.py::test_patched_asyncio_task[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_exception_groups_suppresses_exc_context[asyncio] PASSED tests/test_taskgroups.py::test_exception_groups_suppresses_exc_context[asyncio+uvloop] SKIPPED tests/test_taskgroups.py::test_cancel_reason[asyncio] PASSED tests/test_taskgroups.py::test_cancel_reason[asyncio+uvloop] SKIPPED tests/test_tempfile.py::TestTemporaryFile::test_temporary_file[asyncio] PASSED tests/test_tempfile.py::TestTemporaryFile::test_temporary_file[asyncio+uvloop] SKIPPED tests/test_tempfile.py::TestNamedTemporaryFile::test_named_temporary_file[asyncio] PASSED tests/test_tempfile.py::TestNamedTemporaryFile::test_named_temporary_file[asyncio+uvloop] SKIPPED tests/test_tempfile.py::TestNamedTemporaryFile::test_exception_handling[asyncio] PASSED tests/test_tempfile.py::TestNamedTemporaryFile::test_exception_handling[asyncio+uvloop] SKIPPED tests/test_tempfile.py::TestSpooledTemporaryFile::test_writewithout_rolled[asyncio] PASSED tests/test_tempfile.py::TestSpooledTemporaryFile::test_writewithout_rolled[asyncio+uvloop] SKIPPED tests/test_tempfile.py::TestSpooledTemporaryFile::test_writelines[asyncio] PASSED tests/test_tempfile.py::TestSpooledTemporaryFile::test_writelines[asyncio+uvloop] SKIPPED tests/test_tempfile.py::TestSpooledTemporaryFile::test_closed_state[asyncio] PASSED tests/test_tempfile.py::TestSpooledTemporaryFile::test_closed_state[asyncio+uvloop] SKIPPED tests/test_tempfile.py::TestSpooledTemporaryFile::test_exact_boundary_no_rollover[asyncio] PASSED tests/test_tempfile.py::TestSpooledTemporaryFile::test_exact_boundary_no_rollover[asyncio+uvloop] SKIPPED tests/test_tempfile.py::TestTemporaryDirectory::test_context_manager[asyncio] PASSED tests/test_tempfile.py::TestTemporaryDirectory::test_context_manager[asyncio+uvloop] SKIPPED tests/test_tempfile.py::TestTemporaryDirectory::test_cleanup_method[asyncio] PASSED tests/test_tempfile.py::TestTemporaryDirectory::test_cleanup_method[asyncio+uvloop] SKIPPED tests/test_tempfile.py::TestTemporaryDirectory::test_exception_handling[asyncio] PASSED tests/test_tempfile.py::TestTemporaryDirectory::test_exception_handling[asyncio+uvloop] SKIPPED tests/test_tempfile.py::test_mkstemp[asyncio-.txt-mkstemp_-True-mkstemp] PASSED tests/test_tempfile.py::test_mkstemp[asyncio-.txt-mkstemp_-False-mkstemp] PASSED tests/test_tempfile.py::test_mkstemp[asyncio+uvloop-.txt-mkstemp_-True-mkstemp] SKIPPED tests/test_tempfile.py::test_mkstemp[asyncio+uvloop-.txt-mkstemp_-False-mkstemp] SKIPPED tests/test_tempfile.py::test_mkdtemp[asyncio-mkdtemp_0] PASSED tests/test_tempfile.py::test_mkdtemp[asyncio-mkdtemp_1] PASSED tests/test_tempfile.py::test_mkdtemp[asyncio+uvloop-mkdtemp_0] SKIPPED tests/test_tempfile.py::test_mkdtemp[asyncio+uvloop-mkdtemp_1] SKIPPED tests/test_tempfile.py::test_gettemp_functions[asyncio] PASSED tests/test_tempfile.py::test_gettemp_functions[asyncio+uvloop] SKIPPED tests/test_to_interpreter.py::test_run_sync[asyncio] SKIPPED (requir...) tests/test_to_interpreter.py::test_run_sync[asyncio+uvloop] SKIPPED tests/test_to_interpreter.py::test_args_kwargs[asyncio] SKIPPED (req...) tests/test_to_interpreter.py::test_args_kwargs[asyncio+uvloop] SKIPPED tests/test_to_interpreter.py::test_exception[asyncio] SKIPPED (requi...) tests/test_to_interpreter.py::test_exception[asyncio+uvloop] SKIPPED tests/test_to_process.py::test_run_sync_in_process_pool[asyncio] PASSED tests/test_to_process.py::test_run_sync_in_process_pool[asyncio+uvloop] SKIPPED tests/test_to_process.py::test_identical_sys_path[asyncio] PASSED tests/test_to_process.py::test_identical_sys_path[asyncio+uvloop] SKIPPED tests/test_to_process.py::test_partial[asyncio] PASSED tests/test_to_process.py::test_partial[asyncio+uvloop] SKIPPED (uvlo...) tests/test_to_process.py::test_exception[asyncio] PASSED tests/test_to_process.py::test_exception[asyncio+uvloop] SKIPPED (uv...) tests/test_to_process.py::test_print[asyncio] PASSED tests/test_to_process.py::test_print[asyncio+uvloop] SKIPPED (uvloop...) tests/test_to_process.py::test_cancel_before[asyncio] PASSED tests/test_to_process.py::test_cancel_before[asyncio+uvloop] SKIPPED tests/test_to_process.py::test_cancel_during[asyncio] PASSED tests/test_to_process.py::test_cancel_during[asyncio+uvloop] SKIPPED tests/test_to_process.py::test_exec_while_pruning[asyncio] PASSED tests/test_to_process.py::test_exec_while_pruning[asyncio+uvloop] SKIPPED tests/test_to_process.py::test_nonexistent_main_module[asyncio] PASSED tests/test_to_process.py::test_nonexistent_main_module[asyncio+uvloop] SKIPPED tests/test_to_thread.py::test_run_in_thread_cancelled[asyncio] PASSED tests/test_to_thread.py::test_run_in_thread_cancelled[asyncio+uvloop] SKIPPED tests/test_to_thread.py::test_run_in_thread_exception[asyncio] PASSED tests/test_to_thread.py::test_run_in_thread_exception[asyncio+uvloop] SKIPPED tests/test_to_thread.py::test_run_in_custom_limiter[asyncio] PASSED tests/test_to_thread.py::test_run_in_custom_limiter[asyncio+uvloop] SKIPPED tests/test_to_thread.py::test_cancel_worker_thread[asyncio-noabandon] PASSED tests/test_to_thread.py::test_cancel_worker_thread[asyncio-abandon] PASSED tests/test_to_thread.py::test_cancel_worker_thread[asyncio+uvloop-noabandon] SKIPPED tests/test_to_thread.py::test_cancel_worker_thread[asyncio+uvloop-abandon] SKIPPED tests/test_to_thread.py::test_cancel_wait_on_thread[asyncio] PASSED tests/test_to_thread.py::test_cancel_wait_on_thread[asyncio+uvloop] SKIPPED tests/test_to_thread.py::test_deprecated_cancellable_param[asyncio] PASSED tests/test_to_thread.py::test_deprecated_cancellable_param[asyncio+uvloop] SKIPPED tests/test_to_thread.py::test_contextvar_propagation[asyncio] PASSED tests/test_to_thread.py::test_contextvar_propagation[asyncio+uvloop] SKIPPED tests/test_to_thread.py::test_asynclib_detection[asyncio] PASSED tests/test_to_thread.py::test_asynclib_detection[asyncio+uvloop] SKIPPED tests/test_to_thread.py::test_asyncio_cancel_native_task[asyncio] PASSED tests/test_to_thread.py::test_asyncio_cancel_native_task[asyncio+uvloop] SKIPPED tests/test_to_thread.py::test_asyncio_no_root_task PASSED tests/test_to_thread.py::test_asyncio_future_callback_partial PASSED tests/test_to_thread.py::test_asyncio_run_sync_no_asyncio_run PASSED tests/test_to_thread.py::test_asyncio_run_sync_multiple PASSED tests/test_to_thread.py::test_asyncio_no_recycle_stopping_worker PASSED tests/test_to_thread.py::test_stopiteration[asyncio] PASSED tests/test_to_thread.py::test_stopiteration[asyncio+uvloop] SKIPPED tests/test_to_thread.py::TestBlockingPortalProvider::test_single_thread[asyncio] PASSED tests/test_to_thread.py::TestBlockingPortalProvider::test_single_thread[asyncio+uvloop] SKIPPED tests/test_to_thread.py::TestBlockingPortalProvider::test_single_thread_overlapping[asyncio] PASSED tests/test_to_thread.py::TestBlockingPortalProvider::test_single_thread_overlapping[asyncio+uvloop] SKIPPED tests/test_to_thread.py::TestBlockingPortalProvider::test_multiple_threads[asyncio] PASSED tests/test_to_thread.py::TestBlockingPortalProvider::test_multiple_threads[asyncio+uvloop] SKIPPED tests/test_to_thread.py::test_run_sync_worker_cyclic_references[asyncio] PASSED tests/test_to_thread.py::test_run_sync_worker_cyclic_references[asyncio+uvloop] SKIPPED tests/test_typedattr.py::test_typedattr_keyerror PASSED =========================== short test summary info ============================ ======== 710 passed, 825 skipped, 4 deselected, 2 xfailed ======== py$(PYV): OK congratulations :)