mirror of
https://github.com/certbot/certbot.git
synced 2026-04-27 00:59:12 -04:00
7 lines
255 B
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
|