Upgrade 4.0.2:
- Issue #39915: Ensure unittest.mock.AsyncMock.await_args_list has
call objects in the order of awaited arguments instead of using
unittest.mock.Mock.call_args which has the last value of the
call. Patch by Karthikeyan Singaravelan.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>