pybind/mgr: Fix run_tox.sh mgr -- cephadm

Failed with a cryptic error.

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
This commit is contained in:
Sebastian Wagner 2020-04-02 14:52:33 +02:00
parent b2d160468f
commit dbd6964667

View File

@ -36,4 +36,3 @@ if 'UNITTEST' in os.environ:
cm.BaseMgrModule = M
cm.BaseMgrStandbyModule = M
sys.modules['ceph_module'] = cm
sys.modules['rados'] = mock.Mock()