I am using the tenacity library to use its @retry decorator.
@retry
I am using this to make a function which makes a HTTP-request \"repeat\" multiple times in
mock the base class wait func with:
mock.patch('tenacity.BaseRetrying.wait', side_effect=lambda *args, **kwargs: 0)
it always not wait