# This file isn't used while testing packages in tools/_release.sh so any # settings we want to also change there must be added to the release script # directly. [pytest] 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