HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: //usr/local/ngfot/letsencrypt/pytest.ini
# This file isn't used while testing packages in tools/_release.sh so any
# settings we want to also change there must be added to the release script
# directly.
[pytest]
# In general, all warnings are treated as errors. Here are the exceptions:
#   1- decodestring: https://github.com/rthalley/dnspython/issues/338
#   2- ignore our own TLS-SNI-01 warning
#   3- ignore warn for importing abstract classes from collections instead of collections.abc,
#      too much third party dependencies are still relying on this behavior,
#      but it should be corrected to allow Certbot compatiblity with Python >= 3.8
#   4- ipdb uses deprecated functionality of IPython. See
#      https://github.com/gotcha/ipdb/issues/144.
#   5- ignore our own warnings about deprecated view_config_changes methods
filterwarnings =
    error
    ignore:decodestring:DeprecationWarning
    ignore:(TLSSNI01|TLS-SNI-01):DeprecationWarning
    ignore:.*collections\.abc:DeprecationWarning
    ignore:The `color_scheme` argument is deprecated:DeprecationWarning:IPython.*
    ignore:.*view_config_changes:DeprecationWarning
    ignore:.*get_systemd_os_info:DeprecationWarning