Closed mgorny closed 9 months ago
Remove the dependency on mock package, as the test suite uses only the builtin unittest.mock module.
mock
unittest.mock
Checklist:
CHANGES.rst
.. versionchanged::
pre-commit
pytest
tox
The CI failures don't seem related to my change.
Thanks
Thanks!
Remove the dependency on
mock
package, as the test suite uses only the builtinunittest.mock
module.Checklist:
CHANGES.rst
summarizing the change and linking to the issue... versionchanged::
entries in any relevant code docs.pre-commit
hooks and fix any issues.pytest
andtox
, no tests failed.