summaryrefslogtreecommitdiff
path: root/tests/test_ext_todo.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-07 10:29:06 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-07 19:36:41 +0900
commit3e0618ba3a84c7db51813cab43779d11c5fe7802 (patch)
treea0148ca006d312c83ec36a906352e13f924b376b /tests/test_ext_todo.py
parentc4321ce8303e125ddb01be3d44e697865d7c8eaf (diff)
downloadsphinx-git-3e0618ba3a84c7db51813cab43779d11c5fe7802.tar.gz
Deprecate codes for docutils-0.13 or 0.14
Diffstat (limited to 'tests/test_ext_todo.py')
-rw-r--r--tests/test_ext_todo.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_ext_todo.py b/tests/test_ext_todo.py
index 7b4fdeabe..633b151ac 100644
--- a/tests/test_ext_todo.py
+++ b/tests/test_ext_todo.py
@@ -12,11 +12,7 @@ import re
import pytest
-from sphinx.util import docutils
-
-@pytest.mark.skipif(docutils.__version_info__ < (0, 13),
- reason='docutils-0.13 or above is required')
@pytest.mark.sphinx('html', testroot='ext-todo', freshenv=True,
confoverrides={'todo_include_todos': True, 'todo_emit_warnings': True})
def test_todo(app, status, warning):