artefactual / archivematica-storage-service

Archivematica storage service
http://www.archivematica.org
GNU Affero General Public License v3.0
34 stars 44 forks source link

Remove pytest-mock dependency #753

Closed replaceafill closed 1 month ago

replaceafill commented 1 month ago

pytest-mock provided value while we migrated from Python 2 to Python 3, but it's become less relevant now that the unittest.mock is included in the standard library. We also don't use any of its extra features like Spys or Stubs.

This replaces it with unittest.mock and removes the dependency from the requirements files.