blob: 9d8e4da822f3773d48b39a01c456da236ac98b16 (
plain)
1
2
3
4
5
|
The new test.support.skip_unless_bind_unix_socket() decorator is used here to
skip asyncio tests that fail because the platform lacks a functional bind()
function for unix domain sockets (as it is the case for non root users on the
recent Android versions that run now SELinux in enforcing mode).
|