mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fixup warnings
This commit is contained in:
parent
46f2d25d2f
commit
1f2dc4464b
1 changed files with 3 additions and 0 deletions
|
|
@ -18,8 +18,11 @@
|
|||
# https://github.com/boto/botocore/issues/2550.
|
||||
# 3) pytest-cov uses deprecated functionality in pytest-xdist, to be resolved by
|
||||
# https://github.com/pytest-dev/pytest-cov/issues/557.
|
||||
# 4) botocore is currently using the cgi module which will be removed from
|
||||
# Python in version 3.13. See https://github.com/boto/botocore/issues/2803.
|
||||
filterwarnings =
|
||||
error
|
||||
ignore:decodestring\(\) is a deprecated alias:DeprecationWarning:dns
|
||||
ignore:'urllib3.contrib.pyopenssl:DeprecationWarning:botocore
|
||||
ignore:.*rsyncdir:DeprecationWarning
|
||||
ignore:'cgi' is deprecated:DeprecationWarning:botocore
|
||||
|
|
|
|||
Loading…
Reference in a new issue