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
15 lines
495 B
Plaintext
15 lines
495 B
Plaintext
# Additional requirements not in openstack/requirements project
|
|
|
|
ansi2html # LGPLv3+
|
|
dpkt # BSD
|
|
openshift-client # Apache-2.0
|
|
pandas # BSD
|
|
pandas==2.1.1;python_version>='3.9' # BSD
|
|
podman==4.7.0 # Apache-2.0
|
|
pytest-cov # MIT
|
|
pytest-reportportal # Apache-2.0
|
|
pytest-rerunfailures # MPL-2.0
|
|
pytest-subtests # MIT
|
|
pytest-timeout # MIT
|
|
varlink # Apache-2.0
|