mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
fix requests-toolbelt warning (#9569)
This commit is contained in:
parent
cd9ee996a8
commit
f5ea5d453e
1 changed files with 5 additions and 0 deletions
|
|
@ -15,7 +15,12 @@
|
|||
# certbot-dns-rfc2136.
|
||||
# 2) pytest-cov uses deprecated functionality in pytest-xdist, to be resolved by
|
||||
# https://github.com/pytest-dev/pytest-cov/issues/557.
|
||||
# 3) requests-toolbelt<0.10.1 can cause this warning to be raised during our
|
||||
# unit tests. This warning should be ignored until our (transitive)
|
||||
# dependency on requests-toolbelt is removed or our pinned version can be
|
||||
# updated.
|
||||
filterwarnings =
|
||||
error
|
||||
ignore:decodestring\(\) is a deprecated alias:DeprecationWarning:dns
|
||||
ignore:.*rsyncdir:DeprecationWarning
|
||||
ignore:'urllib3.contrib.pyopenssl:DeprecationWarning:requests_toolbelt
|
||||
|
|
|
|||
Loading…
Reference in a new issue