Remove use_mox directive

As of horizon 14.0.0.0b2 or later the use_mox directive is unecessary so we can remove it.

Change-Id: Ief90a6fcc5d77ad1144bf16708082b053a8f8435
Signed-off-by: Chuck Short <chucks@redhat.com>
This commit is contained in:
Chuck Short 2018-08-09 08:25:21 -04:00
parent 1c7f77a48e
commit adfd5775a6
9 changed files with 1 additions and 9 deletions

View File

@ -32,7 +32,6 @@ MarkupSafe==1.0
mccabe==0.2.1
mock==2.0.0
monotonic==1.4
mox3==0.20.0
msgpack==0.5.6
msgpack-python==0.4.0
munch==2.2.0

View File

@ -13,4 +13,4 @@ python-tackerclient>=0.8.0 # Apache-2.0
# This will be installed from git in OpenStack CI if the job setting
# required-projects for horizon:
horizon>=14.0.0.0b2 # Apache-2.0
horizon>=14.0.0.0b3 # Apache-2.0

View File

@ -16,7 +16,6 @@ from openstack_dashboard.test import helpers as test
class NscatalogTests(test.TestCase):
# Unit tests for nscatalog.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -15,7 +15,6 @@ from openstack_dashboard.test import helpers as test
class NsmanagerTests(test.TestCase):
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -18,7 +18,6 @@ from openstack_dashboard.test import helpers as test
class VimmanagerTests(test.TestCase):
# Unit tests for vimmanager.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -18,7 +18,6 @@ from openstack_dashboard.test import helpers as test
class VnfcatalogTests(test.TestCase):
# Unit tests for vnfcatalog.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -16,7 +16,6 @@ from openstack_dashboard.test import helpers as test
class VnffgcatalogTests(test.TestCase):
# Unit tests for vnffgcatalog.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -16,7 +16,6 @@ from openstack_dashboard.test import helpers as test
class VnfmanagerTests(test.TestCase):
# Unit tests for vnffgmanager.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -18,7 +18,6 @@ from openstack_dashboard.test import helpers as test
class VnfmanagerTests(test.TestCase):
# Unit tests for vnfmanager.
use_mox = False
def test_me(self):
self.assertTrue(1 + 1 == 2)