You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since python 3.3, the mock package is now a "rolling backport" of the built-in unittest.mock. Use of the mock package should be replaced with the built-in library and the package dependency dropped (along with types-mock)