Remove the dependency on mock #769
Labels
api: storage
Issues related to the googleapis/python-storage API.
type: process
A process-related concern. May include testing, release, or the like.
Is your feature request related to a problem? Please describe.
python-storage completely unnecessarily depends on the separate
mock
package, whenunittest.mock
from the standard library works as well.Describe the solution you'd like
Will provide PR replacing use of mock with unittest.mock
The text was updated successfully, but these errors were encountered: