diff --git a/requirements.txt b/requirements.txt index 2f396ba..aa4e235 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,6 @@ pbr!= 2.1.0,>=2.0.0 Babel>=1.3 python-cloudkittyclient>=0.5.0 +horizon>=17.1.0 # Apache-2.0 XStatic-D3>=3.5.17.0 XStatic-Rickshaw>=1.5 diff --git a/test-requirements.txt b/test-requirements.txt index cdf16d0..9cd5b2e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,10 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. hacking>=1.1.0,<1.2.0 # Apache-2.0 - -# Require Horizon --e git://github.com/openstack/horizon.git#egg=horizon - coverage>=3.6 python-subunit>=0.0.18 oslotest>=1.10.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index cc4cb0f..6a6bdfd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py36,py37,py3-{dj111,dj22},pypy,pep8 +envlist = py36,py37,pep8 skipsdist = True [testenv] @@ -12,8 +12,6 @@ setenv = deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = - dj111: pip install django>=1.11,<2 - dj22: pip install django>=2.2,<2.3 stestr run --slowest {posargs} [testenv:pep8]