Closed as not planned
Description
I'm converting over aiohttp code to pytest-asyncio. I noticed that in addition to the unused_port fixtures, we also have an unused_port_socket (which returns the actual socket, rather than just the port number).
I'm wondering if this fixture should be included in pytest-asyncio, so we can remove it from a future release of aiohttp?