test: Reduce DeprecationWarning on testing (from docutils)

This commit is contained in:
Takeshi KOMIYA
2018-01-06 13:22:47 +09:00
parent ff61fb80c5
commit 3736768a59

View File

@@ -44,6 +44,10 @@ incremental = True
check_untyped_defs = True
warn_unused_ignores = True
[tool:pytest]
filterwarnings =
ignore::DeprecationWarning:docutils.io
[coverage:run]
branch = True
source = sphinx