Merge "Remove moxstubout usage"

This commit is contained in:
Zuul 2018-06-07 14:18:14 +00:00 committed by Gerrit Code Review
commit 7df2d59780
2 changed files with 1 additions and 5 deletions

View File

@ -18,7 +18,6 @@ import os.path
import fixtures
from oslo_config import cfg
from oslotest import moxstubout
import testtools
@ -27,9 +26,6 @@ class TestCase(testtools.TestCase):
def setUp(self):
super(TestCase, self).setUp()
self.tempdir = self.useFixture(fixtures.TempDir())
moxfixture = self.useFixture(moxstubout.MoxStubout())
self.mox = moxfixture.mox
self.stubs = moxfixture.stubs
cfg.CONF([], project='pycadf')
def path_get(self, project_file=None):

View File

@ -7,8 +7,8 @@ flake8-docstrings==0.2.1.post1 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT