OpenKMIP / PyKMIP

A Python implementation of the KMIP specification.
Apache License 2.0
264 stars 131 forks source link

use unittest.mock instead of mock #668

Open pgajdos opened 2 years ago

pgajdos commented 2 years ago

I see you are still supporting python 2, nevertheless could you please consider to use unittest.mock as a fallback at least?

a-detiste commented 3 months ago

Will provide a PR