mirror of
https://github.com/certbot/certbot.git
synced 2026-05-04 17:25:37 -04:00
6 lines
175 B
INI
6 lines
175 B
INI
[pytest]
|
|
addopts = --numprocesses auto --pyargs
|
|
# ResourceWarnings are ignored as errors, since they're raised at close
|
|
filterwarnings =
|
|
error
|
|
always::ResourceWarning
|