From fa39e4a6e6030666293047c46d5954b4baee2296 Mon Sep 17 00:00:00 2001 From: Samir Aguiar Date: Tue, 20 Nov 2018 10:03:04 -0200 Subject: [PATCH] ooxml: ignore zip files when testing samples --- 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 b97c432..e4f5760 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' + except_extns = 'rtf', 'csv', 'zip' # analyse all files in data dir for base_dir, _, files in os.walk(DATA_BASE_DIR): -- libgit2 0.21.4