From dbd696466799bc47e0716a9dc0c5cf916e99213e Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 2 Apr 2020 14:52:33 +0200 Subject: [PATCH] pybind/mgr: Fix `run_tox.sh mgr -- cephadm` Failed with a cryptic error. Signed-off-by: Sebastian Wagner --- src/pybind/mgr/tests/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/tests/__init__.py b/src/pybind/mgr/tests/__init__.py index 680302e6afa1a..79c2350ee54fc 100644 --- a/src/pybind/mgr/tests/__init__.py +++ b/src/pybind/mgr/tests/__init__.py @@ -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() -- 2.47.3