[goal] Migrate testing to ubuntu focal
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40195 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal Change-Id: I9ed6d5b928f9910b5c0c276f2629727f97506240 Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com>
This commit is contained in:
@@ -4,7 +4,7 @@ appdirs==1.4.3
|
||||
asn1crypto==0.24.0
|
||||
Babel==2.5.3
|
||||
certifi==2018.1.18
|
||||
cffi==1.11.5
|
||||
cffi==1.14.0
|
||||
chardet==3.0.4
|
||||
cliff==2.11.0
|
||||
cmd2==0.8.1
|
||||
@@ -33,16 +33,16 @@ jsonpatch==1.21
|
||||
jsonpointer==2.0
|
||||
jsonschema==2.6.0
|
||||
keystoneauth1==3.4.0
|
||||
libvirt-python==3.7.0
|
||||
libvirt-python==6.0.0
|
||||
linecache2==1.0.0
|
||||
MarkupSafe==1.0
|
||||
MarkupSafe==1.1.1
|
||||
monotonic==1.4
|
||||
mox3==0.25.0
|
||||
msgpack==0.5.6
|
||||
munch==2.2.0
|
||||
netaddr==0.7.19
|
||||
netifaces==0.10.6
|
||||
lxml==3.4.1
|
||||
lxml==4.5.0
|
||||
openstacksdk==0.13.0
|
||||
os-client-config==1.29.0
|
||||
os-service-types==1.2.0
|
||||
@@ -80,7 +80,7 @@ python-mimeparse==1.6.0
|
||||
python-novaclient==10.1.0
|
||||
python-subunit==1.0.0
|
||||
pytz==2018.3
|
||||
PyYAML==3.12
|
||||
PyYAML==3.13
|
||||
repoze.lru==0.7
|
||||
requests==2.18.4
|
||||
requestsexceptions==1.4.0
|
||||
|
@@ -4,11 +4,11 @@
|
||||
|
||||
automaton>=1.9.0 # Apache-2.0
|
||||
keystoneauth1>=3.4.0 # Apache-2.0
|
||||
libvirt-python!=4.1.0,!=4.2.0,>=3.7.0 # LGPLv2+
|
||||
libvirt-python>=6.0.0 # LGPLv2+
|
||||
openstacksdk>=0.13.0 # Apache-2.0
|
||||
oslo.concurrency>=3.26.0 # Apache-2.0
|
||||
oslo.config>=5.2.0 # Apache-2.0
|
||||
lxml!=3.7.0,>=3.4.1 # BSD
|
||||
lxml>=4.5.0 # BSD
|
||||
oslo.cache>=1.26.0 # Apache-2.0
|
||||
oslo.i18n>=3.15.3 # Apache-2.0
|
||||
oslo.log>=3.36.0 # Apache-2.0
|
||||
|
Reference in New Issue
Block a user