Skip to content

fix(tests): stop using outdated unittest2 package

Frank Bessou requested to merge topic/default/rm-unittest2 into branch/default

unittest2 uses deprecated imports to collections.MutableMapping, unittest is sufficient as we use pytest to run the tests. Further work will be needed to fix tests that don't pass.

Edited by Frank Bessou

Merge request reports