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