Bump mock to 5.0.* (#9423)

This commit is contained in:
github-actions[bot]
2023-01-04 11:29:58 +01:00
committed by GitHub
parent 554989e31f
commit 8365b1aaef
3 changed files with 62 additions and 30 deletions
-11
View File
@@ -1,13 +1,2 @@
mock.NonCallableMock.__new__
mock.patch
mock.mock.NonCallableMock.__new__
mock.mock.patch
# Methods with a first argument that's not called "self"
mock.mock.AsyncMockMixin.assert_any_await
mock.mock.AsyncMockMixin.assert_awaited
mock.mock.AsyncMockMixin.assert_awaited_once
mock.mock.AsyncMockMixin.assert_awaited_once_with
mock.mock.AsyncMockMixin.assert_awaited_with
mock.mock.AsyncMockMixin.assert_has_awaits
mock.mock.AsyncMockMixin.assert_not_awaited