diff options
Diffstat (limited to 'tests/test_legacy.py')
-rw-r--r-- | tests/test_legacy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_legacy.py b/tests/test_legacy.py index 7fca02a..26d08de 100644 --- a/tests/test_legacy.py +++ b/tests/test_legacy.py @@ -90,7 +90,7 @@ class TestPl2004(LegacyTestCase): location = os.path.join(parent_test_dir, 'pl/Tests_2004') normalize = True input_ext = '.text' - exclude = ['Yuri_Footnotes'] + exclude = ['Yuri_Footnotes', 'Yuri_Attributes'] class TestPl2007(LegacyTestCase): |