diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-03-07 10:29:06 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-03-07 19:36:41 +0900 |
| commit | 3e0618ba3a84c7db51813cab43779d11c5fe7802 (patch) | |
| tree | a0148ca006d312c83ec36a906352e13f924b376b /tests/test_ext_todo.py | |
| parent | c4321ce8303e125ddb01be3d44e697865d7c8eaf (diff) | |
| download | sphinx-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.py | 4 |
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): |
