Drop mox3 from test-requirements.txt

create_stubs in test.helpers is also dropped in this commit
because this creates a stub using mox.

This is part of mox-removal community goal in Rocky.

Depends-On: https://review.openstack.org/549842/
Change-Id: I150d654b40dd14bb738e0da991e5db7f311cf7b6
Closes-Bug: #1753504
This commit is contained in:
Akihiro Motoki 2018-03-05 23:21:48 +09:00
parent 6cbdee8340
commit 4ae1508604
2 changed files with 0 additions and 4 deletions

View File

@ -15,9 +15,6 @@ from openstack_dashboard.test import helpers
from neutron_vpnaas_dashboard.test.test_data import utils
create_stubs = helpers.create_stubs
class TestDataLoaderMixin(object):
def _setup_test_data(self):
super(TestDataLoaderMixin, self)._setup_test_data()

View File

@ -9,7 +9,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD
flake8-import-order==0.13 # LGPLv3
mock>=2.0.0 # BSD
mox3>=0.20.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
sphinx!=1.6.6,>=1.6.2 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0