summary refs log tree commit diff
path: root/changelog.d/16179.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-0/+1
Python 3.8 provides a native AsyncMock, we can replace the homegrown version we have.