]> granicus.if.org Git - python/commit
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)
authorxdegaye <xdegaye@gmail.com>
Fri, 3 May 2019 15:09:17 +0000 (17:09 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 May 2019 15:09:17 +0000 (08:09 -0700)
commit4461d704e23a13dfbe78ea3020e4cbeff4b68dc2
treec1747fb1ab5906ff40a41308d9221f0d39139bd2
parenta8a79cacca4a03e2e682bf10108c80f502791755
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)

Those tests may fail with PermissionError.

https://bugs.python.org/issue36341
Lib/test/test_asyncio/test_server.py
Lib/test/test_socket.py
Lib/test/test_stat.py
Misc/NEWS.d/next/Tests/2019-03-18-10-47-45.bpo-36341.UXlY0P.rst [new file with mode: 0644]