[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: #40198

Closes-Bug: #1886298

[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal>

Change-Id: Ia4f3ec1b6714178a8b14672cc1be3eca14d3c148
This commit is contained in:
Ghanshyam Mann 2020-08-01 19:31:31 -05:00
parent 08273d5c23
commit 306b131d2a
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,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
coverage==4.5.1
cryptography==2.1.4
@ -27,7 +27,7 @@ imagesize==1.0.0
iso8601==0.1.12
Jinja2==2.10
keystoneauth1==3.4.0
kombu==4.1.0
kombu==4.3.0
linecache2==1.0.0
MarkupSafe==1.0
mccabe==0.2.1
@ -59,7 +59,7 @@ python-dateutil==2.7.0
python-mimeparse==1.6.0
python-subunit==1.2.0
pytz==2018.3
PyYAML==3.12
PyYAML==3.13
repoze.lru==0.7
requests==2.18.4
requestsexceptions==1.4.0

View File

@ -5,12 +5,12 @@ pbr>=3.1.1 # Apache-2.0
anyjson>=0.3.3 # BSD
eventlet>=0.20.0,!=0.20.1,!=0.21.0 # MIT
GitPython>=3.0.5 # BSD License (3 clause)
kombu>=4.1.0 # BSD
kombu>=4.3.0 # BSD
oslo.config>=5.2.0 # Apache-2.0
oslo.log>=3.37.0 # Apache-2.0
oslo.service>=1.30.0 # Apache-2.0
oslo.utils>=3.36.0 # Apache-2.0
PyYAML>=3.12 # MIT
PyYAML>=3.13 # MIT
semantic-version>=2.6.0 # BSD
requests>=2.18.4 # Apache-2.0
cryptography>=2.1.4 # BSD/Apache-2.0