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
Using the mock module for recent versions of Python is deprecated. If the built-in unittest.mock is available for testing, that should be used instead.
The text was updated successfully, but these errors were encountered:
The python mock module is deprecated in recent Python versions. If
unittest.mock is available in the system's python, use that instead.
Fixes: googleapis#207
Signed-off-by: Major Hayden <major@mhtx.net>
Environment details
Python 3.9.5
pip 21.1.2
google-api-core
version:1.3.0
Using the
mock
module for recent versions of Python is deprecated. If the built-inunittest.mock
is available for testing, that should be used instead.The text was updated successfully, but these errors were encountered: