Ignore pylint errors caused by compatibility checks for six

* This is a temporary measure until we stop covering Python2
* Remove standalone ansible-lint tests since it is covered by ansible-test

Signed-off-by: saito-hideki <saito@fgrep.org>
This commit is contained in:
saito-hideki
2025-09-29 09:43:21 +09:00
parent 2d350e6073
commit e9f72afbbc
5 changed files with 16 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
trivial:
- Update AZP CI matrix to ignore ansible-bad-import-from on six(https://github.com/ansible-collections/ansible.posix/pull/682).