Skip to content

not working with aiohttp 3.1.0 #96

Description

@item4
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions