diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2023-05-13 21:56:33 +0300 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2023-05-16 11:42:55 -0400 |
commit | 965c06c398a394b1da06651bb4ed62be7609a946 (patch) | |
tree | ba6adcea01d010c8c2162266493c93de8f8bd975 /tests/test_legacy.py | |
parent | 1aa4c3d385a8456397c5189079c90e818fc34a06 (diff) | |
download | python-markdown-master.tar.gz |
Diffstat (limited to 'tests/test_legacy.py')
-rw-r--r-- | tests/test_legacy.py | 5 |
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') |