summaryrefslogtreecommitdiff
path: root/tests/test_legacy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_legacy.py')
-rw-r--r--tests/test_legacy.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_legacy.py b/tests/test_legacy.py
index 30b6c18..295588b 100644
--- a/tests/test_legacy.py
+++ b/tests/test_legacy.py
@@ -156,11 +156,6 @@ class TestExtensions(LegacyTestCase):
admonition = Kwargs(extensions=['admonition'])
- smarty = Kwargs(
- extensions=['smarty'],
- extension_configs={'smarty': {'smart_angled_quotes': True}}
- )
-
class TestExtensionsExtra(LegacyTestCase):
location = os.path.join(parent_test_dir, 'extensions/extra')