self = <aioresponses.core.UrlResponse object at 0x10f8c8160>
def build_response(self) -> Union[ClientResponse, Exception]:
if isinstance(self.exception, Exception):
return self.exception
> self.resp = self.response_class(self.method, URL(self.url))
E TypeError: __init__() missing 8 required keyword-only arguments: 'writer', 'continue100', 'timer', 'request_info', 'auto_decompress', 'traces', 'loop', and 'session'
../../.virtualenvs/yui/lib/python3.6/site-packages/aioresponses/core.py:57: TypeError
See this commit history for more info