hb2638

Results 22 comments of hb2638

One workaround is patching it ``` import botocore.exceptions def wait_error_reduce(wait_error: botocore.exceptions.WaiterError) -> botocore.exceptions.WaiterError: return botocore.exceptions._exception_from_packed_args, ( wait_error.__class__, (wait_error.kwargs["name"], wait_error.kwargs["reason"], wait_error.last_response), {}, ) botocore.exceptions.WaiterError.__reduce__ = wait_error_reduce ```

> reruns I don't know because I know I see entries that start with ``` Line 1278: plugins: rerunfailures-12.0, cov- Line 1300: [gw6] [ 0%] RERUN tests/aws/test Line 1302: [gw2]...