Closed pgajdos closed 1 year ago
Could you please consider to use unittest.mock instead of mock, either exclusively or optionally?
E. g.: https://build.opensuse.org/package/view_file/home:pgajdos:python/python-argh/python-argh-no_mock.patch
I can make a PR, if you want.
@neithere promised to return at some point, but apparently not yet.
The patch is now here: https://build.opensuse.org/package/view_file/home:pgajdos:python/python-argh/python-argh-no_mock.patch
Fixed in c453f28eb76e0e81512e35a6800488ff2d2518d7, will be released in the next version.
Could you please consider to use unittest.mock instead of mock, either exclusively or optionally?