ceph / merfi

Finds and signs files with different signing tools (gpg, rpm-sign)
MIT License
3 stars 3 forks source link

tests: import mock on py2 and py3 #77

Closed ktdreyer closed 1 year ago

ktdreyer commented 1 year ago

unittest.mock is in the stdlib on Python 3.

On Python 2, we need mock from PyPI.