087676be40
* Test python3.12 * Drop python3.8 * Drop usage of ubuntu-focal * Rework CI job for installation check to use vitualenv to install Rally * Add ansible-lint validation job for zuul playbooks & roles * update upper-constraints file Change-Id: I399f9eceab03c935aeb454b20001c0a7bd4d1619
24 lines
1.4 KiB
Plaintext
24 lines
1.4 KiB
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.
|
|
|
|
# Rally core dependencies
|
|
alembic!=1.2.0,!=1.6.3 # MIT
|
|
Jinja2 # BSD
|
|
jsonschema # MIT
|
|
markupsafe
|
|
oslo.config!=4.3.0,!=4.4.0 # Apache Software License
|
|
# do not forget to remove `testresources` from test-requirements. it is a
|
|
# dependency of oslo.db for tests
|
|
oslo.db # Apache Software License
|
|
oslo.log!=3.44.2,!=4.1.2,!=4.2.0,!=5.0.1,!=5.0.2,!=5.1.0 # Apache Software License
|
|
paramiko!=2.9.0,!=2.9.1 # LGPL
|
|
pbr!=2.1.0 # Apache Software License
|
|
PrettyTable!=3.4.0 # BSD
|
|
pyOpenSSL # Apache License, Version 2.0
|
|
PyYAML # MIT
|
|
python-subunit # Apache-2.0 or BSD
|
|
requests!=2.20.0,!=2.24.0 # Apache-2.0
|
|
SQLAlchemy>=2 # MIT
|
|
virtualenv!=16.3.0 # MIT
|