Skip to content

"RuntimeError: maximum recursion depth exceeded..." when using placebo.attach two times #57

@wvidana

Description

@wvidana

When using placebo.attach() on two different methods within a unittest Class, on the second method the code aborts due to maximum recursion depth exceeded.

This is the failing line

File "...placebo/pill.py", line 109, in _init_method
   super_cls.__init__(self, *args, **kwargs)

This was called by botocore/client

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