Compare commits

..

2 commits

Author SHA1 Message Date
Hideki Saito
7cba9fba65
Merge e9f72afbbc into 6da1331018 2025-09-30 13:55:41 +09:00
saito-hideki
e9f72afbbc
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>
2025-09-30 13:55:16 +09:00
2 changed files with 2 additions and 3 deletions

View file

@ -56,7 +56,7 @@ stages:
- name: Units
test: units
- stage: Sanity_2_19
displayName: Ansible 2.19 Sanity & Units
displayName: Ansible 2.19 Sanitay & Units
dependsOn: []
jobs:
- template: templates/matrix.yml

View file

@ -1,3 +1,2 @@
trivial:
- Updatng AZP CI matrix to ignore ansible-bad-import-from on six(https://github.com/ansible-collections/ansible.posix/pull/682).
- Removing sandalone ansible-lint test it already covered by ansible-test.
- Update AZP CI matrix to ignore ansible-bad-import-from on six(https://github.com/ansible-collections/ansible.posix/pull/682).