diff options
Diffstat (limited to 'oslo_db/tests/utils.py')
-rw-r--r-- | oslo_db/tests/utils.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/oslo_db/tests/utils.py b/oslo_db/tests/utils.py index 00eb468..bbf1fa8 100644 --- a/oslo_db/tests/utils.py +++ b/oslo_db/tests/utils.py @@ -17,7 +17,6 @@ import contextlib from oslo_config import cfg from oslotest import base as test_base -from oslotest import moxstubout import six @@ -33,8 +32,5 @@ else: class BaseTestCase(test_base.BaseTestCase): def setUp(self, conf=cfg.CONF): super(BaseTestCase, self).setUp() - moxfixture = self.useFixture(moxstubout.MoxStubout()) - self.mox = moxfixture.mox - self.stubs = moxfixture.stubs self.conf = conf self.addCleanup(self.conf.reset) |