cloudtest some warnings (#10255)

This commit is contained in:
Jonathan Vanasco 2025-04-03 17:38:54 -04:00 committed by GitHub
parent 45626e88e2
commit cb5d579a84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,24 +19,13 @@
# updated.
# 3) Ignore DeprecationWarning for datetime.utcfromtimestamp() triggered
# from dateutil. See https://github.com/dateutil/dateutil/issues/1314.
# 4) Ignoring this allows us to continue to update pyOpenSSL (one of our crypto
# dependencies) until https://github.com/certbot/certbot/issues/9828 is resolved.
# 5) CSR support is deprecated in pyOpenSSL since 24.2, we silence
# the warning until https://github.com/certbot/certbot/issues/9992 is resolved.
# 6) pyOpenSSL 24.3 deprecated methods using pyOpenSSL X509Extension objects.
# Fixing this should also be resolved by the work on
# https://github.com/certbot/certbot/issues/9828 and the open PR
# https://github.com/certbot/certbot/pull/9909 currently resolves this issue.
# 7 & 8) Resolving these warnings is being tracked by
# 4 & 5) The pyOpenSSL X509/PKey warnings are due to TLS-ALPN-01 support.
# Resolving these warnings is being tracked by
# https://github.com/certbot/certbot/issues/10079.
filterwarnings =
error
ignore:.*rsyncdir:DeprecationWarning
ignore:'urllib3.contrib.pyopenssl:DeprecationWarning:requests_toolbelt
ignore:.*datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:dateutil
ignore:X509Extension support in pyOpenSSL is deprecated:DeprecationWarning
ignore:CSR support in pyOpenSSL is deprecated:DeprecationWarning
ignore:.*You should use pyca/cryptography's X.509 APIs:DeprecationWarning
ignore:Passing pyOpenSSL PKey objects is deprecated:DeprecationWarning
ignore:Passing pyOpenSSL X509 objects is deprecated:DeprecationWarning
ignore:The next major version of josepy will remove:DeprecationWarning
ignore:Passing pyOpenSSL PKey objects is deprecated:DeprecationWarning