summaryrefslogtreecommitdiff
path: root/tests/test_smartquotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_smartquotes.py')
-rw-r--r--tests/test_smartquotes.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_smartquotes.py b/tests/test_smartquotes.py
index 6276e6a74..697a7592c 100644
--- a/tests/test_smartquotes.py
+++ b/tests/test_smartquotes.py
@@ -10,8 +10,6 @@
import pytest
-from sphinx.util import docutils
-
@pytest.mark.sphinx(buildername='html', testroot='smartquotes', freshenv=True)
def test_basic(app, status, warning):
@@ -63,8 +61,6 @@ def test_smartquotes_disabled(app, status, warning):
assert '<p>-- &quot;Sphinx&quot; is a tool that makes it easy ...</p>' in content
-@pytest.mark.skipif(docutils.__version_info__ < (0, 14),
- reason='docutils-0.14 or above is required')
@pytest.mark.sphinx(buildername='html', testroot='smartquotes', freshenv=True,
confoverrides={'smartquotes_action': 'q'})
def test_smartquotes_action(app, status, warning):