mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:45:40 +02:00
Deprecate config_changes (#7469)
Closes #7454 * Deprecate config_changes * Error on config_changes * Fix tests for main.py * Fix CHANGELOG entry * Remove remnants of config_changes * Fix CHANGELOG and add removed functions
This commit is contained in:
committed by
Brad Warren
parent
2b4c2a7f55
commit
1dff022d05
@@ -10,12 +10,10 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user