certbot/pytest.ini

7 lines
255 B
INI

[pytest]
addopts = --numprocesses auto --pyargs
# ResourceWarnings are ignored as errors, since they're raised at close
# decodestring: https://github.com/rthalley/dnspython/issues/338
filterwarnings =
error
ignore:decodestring:DeprecationWarning