Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the dependency on mock #769

Open
mcepl opened this issue Apr 16, 2022 · 0 comments
Open

Remove the dependency on mock #769

mcepl opened this issue Apr 16, 2022 · 0 comments
Assignees
Labels
api: storage Issues related to the googleapis/python-storage API. type: process A process-related concern. May include testing, release, or the like.

Comments

@mcepl
Copy link

mcepl commented Apr 16, 2022

Is your feature request related to a problem? Please describe.

python-storage completely unnecessarily depends on the separate mock package, when unittest.mock from the standard library works as well.

Describe the solution you'd like

Will provide PR replacing use of mock with unittest.mock

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Apr 16, 2022
@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label Apr 17, 2022
@tritone tritone added type: process A process-related concern. May include testing, release, or the like. and removed triage me I really want to be triaged. labels Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/python-storage API. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants