summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Sergeyev <vsergeyev@mirantis.com>2014-04-15 18:00:21 +0300
committerVictor Sergeyev <vsergeyev@mirantis.com>2014-04-15 18:00:21 +0300
commitce741ea5bd2b569187f4e73627e07667dc1cb64e (patch)
tree20c6d47077cde00b639af69b6dc20e76b51482a2
parent9785786aab0314bda22e65e755b3cbb033a32f07 (diff)
downloadoslo-utils-ce741ea5bd2b569187f4e73627e07667dc1cb64e.tar.gz
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
-rw-r--r--tests/unit/test_excutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_excutils.py b/tests/unit/test_excutils.py
index 671b483..53e7daf 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