From f1bf6a9053b4c033f168db83f318ae50f17e8241 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Tue, 12 Oct 2021 12:19:19 +0200 Subject: [PATCH] tests: Avoid fail of ooxml test for slk --- tests/ooxml/test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ooxml/test_basic.py b/tests/ooxml/test_basic.py index a45a83c..e21942b 100644 --- a/tests/ooxml/test_basic.py +++ b/tests/ooxml/test_basic.py @@ -39,7 +39,7 @@ class TestOOXML(unittest.TestCase): # files that are neither OLE nor xml: except_files = 'empty', 'text' - except_extns = 'rtf', 'csv', 'zip' + except_extns = 'rtf', 'csv', 'zip', 'slk' # analyse all files in data dir # TODO: use testdata_reader to extract real data from zip files -- libgit2 0.21.4