1
0
Fork 0
forked from github/pelican

Add Pytest filterwarnings config section

Fixes #2650
This commit is contained in:
Justin Mayer 2019-11-10 20:08:47 -08:00
commit e713407f89

View file

@ -29,6 +29,11 @@ changedir = docs
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html
[pytest]
filterwarnings =
default::DeprecationWarning
error:.*:Warning:pelican
[flake8]
application-import-names = pelican
import-order-style = cryptography