summaryrefslogtreecommitdiffstats
path: root/test/sanity
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2024-10-31 16:27:37 +0100
committerGitHub <noreply@github.com>2024-10-31 16:27:37 +0100
commit8784469b4c541ed06448e7645200d4b1e8d3a101 (patch)
treeded5ac454fb7d24e2bb74a3dfe52fba630738825 /test/sanity
parentAdd --flush-cache option for ansible and ansible-console (#84149) (diff)
downloadansible-8784469b4c541ed06448e7645200d4b1e8d3a101.tar.xz
ansible-8784469b4c541ed06448e7645200d4b1e8d3a101.zip
encrypt: raise error on passing unsupported passlib hashtype (#84186)
* Raise an AnsibleFilterError when unsupported passlib hashtype is provided in do_encrypt. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'test/sanity')
-rw-r--r--test/sanity/ignore.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt
index 2466a64221..5736094ef8 100644
--- a/test/sanity/ignore.txt
+++ b/test/sanity/ignore.txt
@@ -156,7 +156,6 @@ lib/ansible/plugins/action/copy.py pylint:undefined-variable
test/integration/targets/module_utils/library/test_optional.py pylint:used-before-assignment
test/support/windows-integration/plugins/action/win_copy.py pylint:undefined-variable
lib/ansible/plugins/connection/__init__.py pylint:ansible-deprecated-version
-lib/ansible/plugins/filter/core.py pylint:ansible-deprecated-version
lib/ansible/vars/manager.py pylint:ansible-deprecated-version
test/units/module_utils/basic/test_exit_json.py mypy-3.13:assignment
test/units/module_utils/basic/test_exit_json.py mypy-3.13:misc