From 39a008eb834b6eecaf6314ab1a1e2c299f7c9c09 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 5 Nov 2018 17:42:19 -0800 Subject: [PATCH] ignore our own TLS-SNI-01 warning --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index a55d72301..de1ecf267 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,6 +2,8 @@ addopts = --numprocesses auto --pyargs # ResourceWarnings are ignored as errors, since they're raised at close # decodestring: https://github.com/rthalley/dnspython/issues/338 +# ignore our own TLS-SNI-01 warning filterwarnings = error ignore:decodestring:DeprecationWarning + ignore:TLS-SNI-01:DeprecationWarning \ No newline at end of file