mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Simplify and deprecate viewing config changes (#7198)
* Remove apache and nginx from config_changes help * Deprecate certbot_config changes. * Document config_changes deprecation. * Remove view_config_changes as IInstaller method. * Remove view_config_changes from plugins. * Add view_config_changes warnings. * simplify test_config_changes_deprecation
This commit is contained in:
@@ -10,9 +10,11 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user