]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Nov 2019 20:20:25 +0000 (12:20 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 20:20:25 +0000 (12:20 -0800)
commitb762375ba28893be73f166576aecde44ad2f4001
tree972707fc73545dba042855cf5a627831cbf4f4e0
parent836f137f7ae0799de937e5281cb1da2bfdb8a69d
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294)

on platforms lacking a functional bind() for named unix domain sockets

https://bugs.python.org/issue38841

Automerge-Triggered-By: @asvetlov
(cherry picked from commit 559bad1a70ed50cc9caa7cb303b6ac1fe6a34af3)

Co-authored-by: xdegaye <xdegaye@gmail.com>
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS.d/next/Tests/2019-11-20-16-08-19.bpo-38841.5F5Lbw.rst [new file with mode: 0644]