Ignore pylint errors caused by compatibility checks for six

* This is a temporary measure until we stop covering Python2

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 53788e60fa
3 changed files with 5 additions and 2 deletions

View File

@@ -1 +1,4 @@
tests/utils/shippable/timing.py shebang
tests/unit/mock/procenv.py pylint:ansible-bad-import-from
tests/unit/mock/yaml_helper.py pylint:ansible-bad-import-from
tests/unit/modules/conftest.py pylint:ansible-bad-import-from

View File

@@ -18,4 +18,4 @@ fi
# shellcheck disable=SC2086
ansible-test sanity --color -v --junit ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \
--docker --base-branch "${base_branch}" --allow-disabled
--docker --base-branch "${base_branch}" --allow-disabled --debug