41167c4ae5
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. Also skip salt tests before we fix salt failing issues. Sync salt requirelemt with global requirement to support py3.8. Story: #2007865 Task: #40186 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal> Change-Id: I482ac98bc56f0e3cfb8b767f47649da11ed1afab
19 lines
717 B
Plaintext
19 lines
717 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
|
requests>=2.14.2 # Apache-2.0
|
|
requests-mock>=1.1.0 # Apache-2.0
|
|
salt>=3001.1 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
os-apply-config>=5.0.0 # Apache-2.0
|
|
|
|
python-heatclient>=1.10.0 # Apache-2.0
|
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
|
python-openstackclient>=3.12.0 # Apache-2.0
|