-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some tests are failing on ansible-devel #1121
Comments
Importing CertificateError works with Ansible 2.15:
but broken with Ansible devel:
|
Hi @pyrodie18, why do you thing CertificateError is deprecated? |
Because it doesn't exist in devel. |
Yeah... it's not actually Anisble thing. In an effort to deprecate Ansible compatibility with Python2 hey removed importing into ansible.module_utils.urls (though I am not sure how it is related) where we were taking it from but it remained "in tact" in ssl, this works without any problem
Do you mind I'll revert your change? |
If you revert it's gonna break unless you plan on reverting and fixing |
yes sure with fixing, I just want to keep using CertificateError exception. It's very informative. |
https://github.com/ansible-collections/community.zabbix/actions/runs/6832220884/job/18584597155
The text was updated successfully, but these errors were encountered: