Merge "Require the (soon-to-be) Rocky version of Horizon"

This commit is contained in:
Zuul 2018-04-25 13:34:15 +00:00 committed by Gerrit Code Review
commit 70f665b9f7
3 changed files with 5 additions and 2 deletions

View File

@ -28,7 +28,7 @@ flake8==2.5.5
futurist==1.2.0
greenlet==0.4.10
hacking==0.12.0
horizon==13.0.0
horizon==14.0.0.0b1
idna==2.6
iso8601==0.1.11
Jinja2==2.10

View File

@ -16,4 +16,4 @@ python-novaclient>=9.1.0 # Apache-2.0
python-saharaclient>=1.4.0 # Apache-2.0
pytz>=2013.6 # MIT
horizon>=13.0.0 # Apache-2.0
horizon>=14.0.0.0b1 # Apache-2.0

View File

@ -35,6 +35,7 @@ class SaharaTestsMixin(object):
class TestCase(SaharaTestsMixin, helpers.TestCase):
use_mox = True
pass
@ -44,6 +45,8 @@ class BaseAdminViewTests(SaharaTestsMixin, helpers.TestCase):
class SaharaAPITestCase(helpers.APITestCase):
use_mox = True
def setUp(self):
super(SaharaAPITestCase, self).setUp()