Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-06 07:22:47 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-06 09:56:37 +0300
commit3736768a59dd1d13b205b894385eadd9791b1ac4 (patch)
tree8ca335c6dd6abd56effd3c8da3cf663745746ee4 /setup.cfg
parentff61fb80c5a04eda5a18f5bf0dc51bf39871a3d3 (diff)
test: Reduce DeprecationWarning on testing (from docutils)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0ce6282dc..c19d0d518 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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