◐ Shell
clean mode source ↗

bpo-28684: asyncio tests now handle PermissionError raised when bindi… by xdegaye · Pull Request #4503 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

The test.support.skip_unless_bind_unix_socket() decorator is used 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).

1st1

1st1

1st1 approved these changes Nov 24, 2017

Labels

tests

Tests in the Lib/test dir