We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you please consider to use built-in unittest.mock instead of mock?
The text was updated successfully, but these errors were encountered:
In this case, as tested with 3.8+ s/import mock/from unittest import mock/ is enough.
s/import mock/from unittest import mock/
Background: https://trello.com/c/S6eADbii/64-remove-python-mock https://fedoraproject.org/wiki/Changes/DeprecatePythonMock
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Could you please consider to use built-in unittest.mock instead of mock?
The text was updated successfully, but these errors were encountered: