tobiko/.ansible-lint
Eduardo Olivares 926fc6326f Tobiko adapted to python3.12
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
2024-12-02 15:59:32 +01:00

21 lines
284 B
Plaintext

---
exclude_paths:
- roles/infrared/
- zuul.d/
- .*.yaml
- tobiko/
# TODO(eolivare) remove the following excluded_paths after having fixed
# ansible-lint errors
- infrared_plugin/
- roles/
- playbooks/
skip_list:
- '206'
- '306'
- '403'
- '502'
- '701'