Require the (soon-to-be) Rocky version of Horizon
... or at least the first published tarball which will lead to Rocky. On the other side this means forcing the usage of mox as long as there are tests that depends on it (the switch was already flipped in Horizon, so it needs to be enabled here). This allows us to depend on newer Horizon features, including changes to the test suite that are useful for the mox removal effort. Also remove mox since there are no unit tests that need it. Change-Id: Ia8e0d5512f11e3d191ca2f6259075e35490290c2 Signed-off-by: Charles Short <zulcss@gmail.com>
This commit is contained in:
parent
04bd4353fb
commit
0969553276
@ -29,7 +29,7 @@ fixtures==3.0.0
|
||||
flake8==2.5.5
|
||||
futurist==1.6.0
|
||||
hacking==0.12.0
|
||||
horizon==13.0.0
|
||||
horizon==14.0.0.0b1
|
||||
idna==2.6
|
||||
imagesize==1.0.0
|
||||
iso8601==0.1.11
|
||||
|
@ -23,6 +23,7 @@ from manila_ui.api import manila as api_manila
|
||||
|
||||
|
||||
class ShareQuotaAction(project_workflows.CommonQuotaAction):
|
||||
use_mox = False
|
||||
shares = forms.IntegerField(min_value=-1, label=_("Shares"))
|
||||
share_gigabytes = forms.IntegerField(
|
||||
min_value=-1, label=_("Share gigabytes"))
|
||||
|
@ -13,4 +13,4 @@ python-keystoneclient>=3.8.0 # Apache-2.0
|
||||
python-manilaclient>=1.16.0 # Apache-2.0
|
||||
six>=1.10.0 # MIT
|
||||
|
||||
horizon>=13.0.0 # Apache-2.0
|
||||
horizon>=14.0.0.0b1 # Apache-2.0
|
||||
|
@ -7,7 +7,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
|
||||
ddt>=1.0.1 # MIT
|
||||
django-nose>=1.4.4 # BSD
|
||||
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.7,>=1.6.2 # BSD
|
||||
openstackdocstheme>=1.18.1 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user