You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Since Python 3.3 (https://docs.python.org/3/whatsnew/3.3.html), mock has been part of the Python standard library as unittest.mock. This repo currently calls mock from PyPi rather than the more modern unittest.mock, it should switch to unittest.mock.
Describe alternatives you've considered
Stay on mock for compatibility with Python 3.2, which has been End of Life since 2016.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Since Python 3.3 (https://docs.python.org/3/whatsnew/3.3.html),
mock
has been part of the Python standard library asunittest.mock
. This repo currently callsmock
from PyPi rather than the more modernunittest.mock
, it should switch tounittest.mock
.Describe alternatives you've considered
Stay on
mock
for compatibility with Python 3.2, which has been End of Life since 2016.Additional context
https://peps.python.org/pep-0417/
https://fedoraproject.org/wiki/Changes/DeprecatePythonMock
Community Note
The text was updated successfully, but these errors were encountered: