2018-11-30 20:40:55 -05:00
|
|
|
# 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.
|
2018-07-11 20:25:48 -04:00
|
|
|
[pytest]
|
2018-10-30 20:13:40 -04:00
|
|
|
addopts = --numprocesses auto --pyargs
|
2018-11-01 19:39:29 -04:00
|
|
|
# ResourceWarnings are ignored as errors, since they're raised at close
|
2018-11-05 20:41:26 -05:00
|
|
|
# decodestring: https://github.com/rthalley/dnspython/issues/338
|
2018-11-05 20:42:19 -05:00
|
|
|
# ignore our own TLS-SNI-01 warning
|
2018-10-30 20:13:40 -04:00
|
|
|
filterwarnings =
|
2018-10-30 20:24:29 -04:00
|
|
|
error
|
2018-11-05 20:41:26 -05:00
|
|
|
ignore:decodestring:DeprecationWarning
|
2018-11-30 20:40:55 -05:00
|
|
|
ignore:TLS-SNI-01:DeprecationWarning
|