Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

fix: Use unittest.mock if available #76

Closed
wants to merge 1 commit into from

Conversation

major
Copy link

@major major commented May 19, 2022

The mock module is deprecated in recent Python versions.

Signed-off-by: Major Hayden major@mhtx.net

Fixes #75 🦕

The `mock` module is deprecated in recent Python versions.

Signed-off-by: Major Hayden <major@mhtx.net>
@major major requested review from a team as code owners May 19, 2022 14:48
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: clouddeploy Issues related to the googleapis/python-deploy API. labels May 19, 2022
@parthea
Copy link
Contributor

parthea commented May 22, 2022

The issue has been addressed in googleapis/gapic-generator-python#1320 which is for the code generator that produces this client library. The code will be regenerated automatically this week.

@parthea parthea closed this May 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: clouddeploy Issues related to the googleapis/python-deploy API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use unittest.mock if available rather than deprecated mock module
2 participants