pytest
aioresponses

# aioresponses builds an aiohttp ClientResponse by hand, and aiohttp 3.14 added
# a required stream_writer argument to its constructor, so every mocked request
# raises TypeError. Drop this pin once aioresponses supports aiohttp 3.14.
aiohttp<3.14
