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 use of mock #1228

Merged
merged 1 commit into from
Jul 15, 2022
Merged

Remove use of mock #1228

merged 1 commit into from
Jul 15, 2022

Conversation

s-t-e-v-e-n-k
Copy link
Contributor

As of Python 3.3, mock is now included in the standard library, and
since the lowest version of Python supported is below that, we can
remove the dependency. Switch to using unittest.mock everywhere,
cleaning up some imports as a side benefit.

As of Python 3.3, mock is now included in the standard library, and
since the lowest version of Python supported is below that, we can
remove the dependency. Switch to using unittest.mock everywhere,
cleaning up some imports as a side benefit.
@mher mher merged commit 30b5a97 into mher:master Jul 15, 2022
DiegoVallely pushed a commit to metocean/flower that referenced this pull request Aug 16, 2023
As of Python 3.3, mock is now included in the standard library, and
since the lowest version of Python supported is below that, we can
remove the dependency. Switch to using unittest.mock everywhere,
cleaning up some imports as a side benefit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants