summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-12-01 10:46:24 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-12-01 10:46:24 -0500
commit5c200dd4b98b91911ef9b7403373b84d017e42c0 (patch)
tree1dd98e29a806290a801232a97530342e7801939b
parent95af04d3fcf70a487f59c854d802d9bac193de53 (diff)
downloadpytest-runner-5c200dd4b98b91911ef9b7403373b84d017e42c0.tar.gz
Suppress deprecation warning in docutils
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 61dab3d..bbea8b1 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -5,3 +5,5 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
ignore:Possible nested set::pycodestyle:113
ignore:Using or importing the ABCs::flake8:410
+ # workaround for https://sourceforge.net/p/docutils/bugs/348/
+ ignore:'U' mode is deprecated::docutils.io