mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 16:13:23 +02:00
ignore our own TLS-SNI-01 warning
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
addopts = --numprocesses auto --pyargs
|
addopts = --numprocesses auto --pyargs
|
||||||
# ResourceWarnings are ignored as errors, since they're raised at close
|
# ResourceWarnings are ignored as errors, since they're raised at close
|
||||||
# decodestring: https://github.com/rthalley/dnspython/issues/338
|
# decodestring: https://github.com/rthalley/dnspython/issues/338
|
||||||
|
# ignore our own TLS-SNI-01 warning
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
error
|
error
|
||||||
ignore:decodestring:DeprecationWarning
|
ignore:decodestring:DeprecationWarning
|
||||||
|
ignore:TLS-SNI-01:DeprecationWarning
|
||||||
Reference in New Issue
Block a user