926fc6326f
Updated requirements and pre-commit-config files to support python3.12. Tests from tobiko/tests/functional/run have been removed to avoid failures on tobiko-infrared-centos-9 with multiprocessing.pool module: https://github.com/dask/dask/issues/5806 These tests were going to be removed in any case at: https://review.opendev.org/c/x/tobiko/+/936633 TODO: after updating ansible-lint version used to 6.21.1, due to the big amount of failures, ansible-lint is mostly skipped (see .ansible-lint file) - this will be fixed in a follow up patch. Change-Id: I2768cd8d0c2b5f015f1beb0e42dae67dd24f97dd
34 lines
1.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
# Tobiko framework requirements
|
|
|
|
decorator>=4.4.2 # BSD
|
|
docker>=4.4.1 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
Jinja2>=2.11.2 # BSD
|
|
keystoneauth1>=4.3.0 # Apache-2.0
|
|
metalsmith>=1.6.2 # Apache-2.0
|
|
netaddr>=0.8.0 # BSD
|
|
neutron-lib>=2.7.0 # Apache-2.0
|
|
openstacksdk>=0.31.2 # Apache-2.0
|
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
|
oslo.config>=8.4.0 # Apache-2.0
|
|
oslo.log>=4.4.0 # Apache-2.0
|
|
oslo.utils>=4.12.3 # Apache-2.0
|
|
packaging>=20.4 # Apache-2.0
|
|
paramiko>=2.9.2 # LGPLv2.1
|
|
pbr>=5.5.1 # Apache-2.0
|
|
psutil>=5.8.0 # BSD
|
|
python-dateutil>=2.8.0 # Apache-2.0
|
|
python-designateclient>=4.4.0 # Apache-2.0
|
|
python-glanceclient>=3.2.2 # Apache-2.0
|
|
python-heatclient>=2.3.0 # Apache-2.0
|
|
python-ironicclient>=4.6.1 # Apache-2.0
|
|
python-manilaclient>=4.5.1 # Apache-2.0
|
|
python-neutronclient>=7.2.1 # Apache-2.0
|
|
python-novaclient>=17.2.1 # Apache-2.0
|
|
python-octaviaclient>=2.2.0 # Apache-2.0
|
|
python-openstackclient>=5.4.0 # Apache-2.0
|
|
PyYAML>=5.4.1 # MIT
|
|
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0;python_version>='3.12' # PSF/ZPL
|
|
sshtunnel>=0.3.1 # MIT
|
|
testtools>=2.5.0 # MIT
|