Merge pull request #4381 from tk0miya/reduce_DeprecationWarning_on_testing

test: Reduce DeprecationWarning on testing (from docutils)
This commit is contained in:
Takeshi KOMIYA
2018-01-06 16:28:18 +09:00
committed by GitHub
+4
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