Skip to content

Commit

Permalink
ignore our own TLS-SNI-01 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ohemorange committed Nov 6, 2018
1 parent 91b3c5d commit 39a008e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39a008e

Please sign in to comment.