Drop Django 1.11 support
Django 1.11 ends its extended support in April 2020 (which is before Ussuri release), so horizon drops Django 1.11 support in Ussuri. tox envs for non-primary Django versions are no longer needed in tox.ini as testing environments for non-primary Django versions are setup in the zuul jobs now. horizon>=17.1.0 is required to use Django 2.2. requirements.txt and lower-constraints.txt are updated accordingly. for more info. please refer [1]. Depends-On: https://review.opendev.org/#/c/700733/ [1] https://etherpad.openstack.org/p/Enable_Django22_support_in_Horizon_Plugin Change-Id: I24fd989eb2acfdecafc6fe404b4250bc2cf2c391
This commit is contained in:
parent
22b9ebc9da
commit
1c9491b5b1
@ -13,7 +13,7 @@ cryptography==2.1.4
|
|||||||
debtcollector==1.19.0
|
debtcollector==1.19.0
|
||||||
decorator==4.2.1
|
decorator==4.2.1
|
||||||
deprecation==2.0
|
deprecation==2.0
|
||||||
Django==1.11
|
Django==2.2
|
||||||
django-appconf==1.0.2
|
django-appconf==1.0.2
|
||||||
django-babel==0.6.2
|
django-babel==0.6.2
|
||||||
django-compressor==2.0
|
django-compressor==2.0
|
||||||
@ -29,7 +29,7 @@ fixtures==3.0.0
|
|||||||
flake8==2.5.5
|
flake8==2.5.5
|
||||||
futurist==1.6.0
|
futurist==1.6.0
|
||||||
hacking==0.12.0
|
hacking==0.12.0
|
||||||
horizon==15.0.0.0b1
|
horizon==17.1.0
|
||||||
idna==2.6
|
idna==2.6
|
||||||
imagesize==1.0.0
|
imagesize==1.0.0
|
||||||
iso8601==0.1.12
|
iso8601==0.1.12
|
||||||
@ -73,9 +73,9 @@ pyOpenSSL==17.5.0
|
|||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
pyperclip==1.6.0
|
pyperclip==1.6.0
|
||||||
pyScss==1.3.4
|
pyScss==1.3.4
|
||||||
python-cinderclient==3.5.0
|
python-cinderclient==5.0.0
|
||||||
python-glanceclient==2.9.1
|
python-glanceclient==2.9.1
|
||||||
python-keystoneclient==3.15.0
|
python-keystoneclient==3.22.0
|
||||||
python-mimeparse==1.6.0
|
python-mimeparse==1.6.0
|
||||||
python-neutronclient==6.7.0
|
python-neutronclient==6.7.0
|
||||||
python-novaclient==10.1.0
|
python-novaclient==10.1.0
|
||||||
|
@ -10,4 +10,4 @@
|
|||||||
pbr>=3.1.1 # Apache-2.0
|
pbr>=3.1.1 # Apache-2.0
|
||||||
python-zunclient>=3.5.0 # Apache-2.0
|
python-zunclient>=3.5.0 # Apache-2.0
|
||||||
|
|
||||||
horizon>=15.0.0.0b1 # Apache-2.0
|
horizon>=17.1.0 # Apache-2.0
|
||||||
|
4
tox.ini
4
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = pep8,py37,py36-local,py3-{dj111,dj22},eslint,karma-local,docs-local,releasenotes,lower-constraints-local
|
envlist = pep8,py37,py36-local,eslint,karma-local,docs-local,releasenotes,lower-constraints-local
|
||||||
minversion = 2.3.2
|
minversion = 2.3.2
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
@ -18,8 +18,6 @@ deps =
|
|||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
dj111: pip install django>=1.11,<2
|
|
||||||
dj22: pip install django>=2.2,<2.3
|
|
||||||
python manage.py test {posargs} --settings=zun_ui.test.settings
|
python manage.py test {posargs} --settings=zun_ui.test.settings
|
||||||
|
|
||||||
# For installation of horizon on local
|
# For installation of horizon on local
|
||||||
|
Loading…
Reference in New Issue
Block a user