[goal] Fixing lower constraints for Ubuntu Focal
As per victoria cycle testing runtime and community goal[1], we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Bump lower constraints to make testing work for Focal. [1]https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal Change-Id: I57537f1afaac87cb99d2cae4e150f915428135e0 Story: 2007865 Task: 40181
This commit is contained in:
parent
58be956842
commit
01e9a74505
@ -6,7 +6,7 @@ pbr>=0.11,!=2.1.0 # Apache-2.0
|
||||
pecan>=1.0.0,!=1.0.2,!=1.0.3,!=1.0.4,!=1.2 # BSD
|
||||
WSME>=0.8.0 # MIT
|
||||
six>=1.8.0 # MIT
|
||||
eventlet>=0.12.0,!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0 # MIT
|
||||
eventlet>=0.26.0 # MIT
|
||||
oslo.i18n>=1.5.0 # Apache-2.0
|
||||
oslo.config>=1.1.0,!=4.3.0,!=4.4.0 # Apache-2.0
|
||||
oslo.log>=1.14.0 # Apache-2.0
|
||||
@ -14,7 +14,7 @@ oslo.context>=2.9.0 # Apache-2.0
|
||||
oslo.messaging>=10.3.0 # Apache-2.0
|
||||
oslo.concurrency>=3.26.0 # Apache-2.0
|
||||
oslo.service>=1.0.0,!=1.28.1 # Apache-2.0
|
||||
oslo.db>=4.1.0 # Apache-2.0
|
||||
oslo.db>=4.44.0 # Apache-2.0
|
||||
os-resource-classes>=0.5.0 # Apache-2.0
|
||||
oslo.upgradecheck>=0.1.0 # Apache-2.0
|
||||
oslo.utils>=3.33.0 # Apache-2.0
|
||||
|
@ -7,12 +7,12 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0
|
||||
bandit>=1.6.0 # Apache-2.0
|
||||
coverage>=3.6,!=4.4 # Apache-2.0
|
||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
ddt>=1.0.1 # MIT
|
||||
ddt>=1.2.1 # MIT
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
stestr>=2.0.0 # Apache-2.0/BSD
|
||||
stestr>=2.2.0 # Apache-2.0
|
||||
testresources>=2.0.0 # Apache-2.0/BSD
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
testtools>=0.9.32 # MIT
|
||||
testtools>=2.4.0 # MIT
|
||||
tempest>=17.1.0 # Apache-2.0
|
||||
doc8>=0.6.0 # Apache-2.0
|
||||
Pygments>=2.2.0 # BSD license
|
||||
|
Loading…
Reference in New Issue
Block a user