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: I9cf327b3bab5913cf877ddc96ddb371b0dfcdb4f
Signed-off-by: Chuck Short <chucks@redhat.com>
This commit is contained in:
Chuck Short 2018-08-09 08:33:39 -04:00
parent e6e6e3f4ca
commit 7609203c2c
3 changed files with 1 additions and 7 deletions

View File

@ -9,4 +9,4 @@
# PBR should always appear first
pbr!=2.1.0,>=2.0.0 # Apache-2.0
horizon>=13.0.0 # Apache-2.0
horizon>=14.0.0.0b3 # Apache-2.0

View File

@ -15,9 +15,6 @@ from openstack_dashboard.test import helpers as test
class {{cookiecutter.panel_func}}sClientTestCase(test.TestCase):
# NOTE(shu-mutow): following should be removed after end of Rocky.
use_mox = False
# Unit tests for Client API.
def test_me(self):
self.assertTrue(1 + 1 == 2)

View File

@ -15,9 +15,6 @@ from openstack_dashboard.test import helpers as test
class {{cookiecutter.panel_func}}sRestTestCase(test.TestCase):
# NOTE(shu-mutow): following should be removed after end of Rocky.
use_mox = False
# Unit tests for REST API.
def test_me(self):
self.assertTrue(1 + 1 == 2)