From ce741ea5bd2b569187f4e73627e07667dc1cb64e Mon Sep 17 00:00:00 2001 From: Victor Sergeyev Date: Tue, 15 Apr 2014 18:00:21 +0300 Subject: [PATCH] Use moxstubout and mockpatch from oslotest Modules moxstubout and mockpatch from openstack/common/fixture/ are obsolete, so we should use them from oslotest library. Also oslotest depends on mock and mox, so we no longer need to specify them directly in test-requirements files Change-Id: I139133457cd73ee83537dead3446ee30d0ee5589 --- tests/unit/test_excutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_excutils.py b/tests/unit/test_excutils.py index 671b4831..53e7daf9 100644 --- a/tests/unit/test_excutils.py +++ b/tests/unit/test_excutils.py @@ -17,9 +17,9 @@ import time import mock from oslotest import base as test_base +from oslotest import moxstubout from openstack.common import excutils -from openstack.common.fixture import moxstubout mox = moxstubout.mox