summary refs log tree commit diff
path: root/changelog.d/16180.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-251-0/+1
Python 3.8 has a native AsyncMock, use it instead of a custom implementation.